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
F151947487: D34039.id.diff
Sat, Apr 11, 5:00 PM
Unknown Object (File)
Tue, Apr 7, 2:28 AM
Unknown Object (File)
Sun, Apr 5, 1:45 PM
Unknown Object (File)
Sat, Apr 4, 12:00 AM
Unknown Object (File)
Fri, Mar 27, 12:23 AM
Unknown Object (File)
Thu, Mar 26, 11:51 AM
Unknown Object (File)
Mar 4 2026, 2:40 PM
Unknown Object (File)
Mar 4 2026, 2:00 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.