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
Unknown Object (File)
Sun, Oct 12, 9:38 AM
Unknown Object (File)
Fri, Sep 26, 12:23 PM
Unknown Object (File)
Thu, Sep 18, 9:47 PM
Unknown Object (File)
Sep 15 2025, 4:07 AM
Unknown Object (File)
Sep 13 2025, 5:34 AM
Unknown Object (File)
Sep 9 2025, 1:27 AM
Unknown Object (File)
Sep 8 2025, 10:45 PM
Unknown Object (File)
Sep 7 2025, 10:43 AM

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.