Page MenuHomeFreeBSD

Expose <sys/mbuf.h> kernel decls to sysunit tests
AbandonedPublic

Authored by rstone on Jan 25 2022, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 5, 11:13 PM
Unknown Object (File)
Mon, Aug 3, 3:04 PM
Unknown Object (File)
Sat, Aug 1, 6:29 PM
Unknown Object (File)
Sat, Aug 1, 6:32 AM
Unknown Object (File)
Fri, Jul 24, 1:14 PM
Unknown Object (File)
Fri, Jul 24, 1:13 PM
Unknown Object (File)
Jul 9 2026, 6:20 PM
Unknown Object (File)
Jul 5 2026, 1:35 PM
Subscribers

Details

Reviewers
vangyzen
imp

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 25 2022, 10:04 PM
vangyzen added inline comments.
sys/sys/mbuf.h
48–50

You could remove this #endif / #if pair.

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.