Page MenuHomeFreeBSD

Expose sys/vnet.h kernel decls to sysunit tests
AbandonedPublic

Authored by rstone on Jan 25 2022, 9:36 PM.
Tags
None
Referenced Files
F170681565: D34039.id101928.diff
Sun, Sep 6, 12:17 AM
Unknown Object (File)
Sat, Sep 5, 5:26 PM
Unknown Object (File)
Sat, Sep 5, 1:05 AM
Unknown Object (File)
Fri, Sep 4, 5:21 PM
Unknown Object (File)
Thu, Sep 3, 5:01 PM
Unknown Object (File)
Thu, Sep 3, 2:52 PM
Unknown Object (File)
Thu, Sep 3, 2:14 PM
Unknown Object (File)
Tue, Sep 1, 3:05 PM

Details

Reviewers
vangyzen
imp

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44096
Build 40984: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 25 2022, 10:03 PM
sys/net/vnet.h
455

_KERNEL_UT_VNET_? Search-and-replace gone wrong?

glebius@ has requested a different approach where unit tests define _KERNEL and opt out of the KPI symbols that they don't want, rather than opting into the symbols that they do want.