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
F86840171: D34041.id101930.diff
Wed, Jun 26, 9:38 AM
F86830612: D34041.id101930.diff
Wed, Jun 26, 5:52 AM
Unknown Object (File)
May 8 2024, 1:46 AM
Unknown Object (File)
May 8 2024, 1:46 AM
Unknown Object (File)
May 7 2024, 9:17 PM
Unknown Object (File)
May 4 2024, 10:00 PM
Unknown Object (File)
Apr 13 2024, 6:51 PM
Unknown Object (File)
Feb 9 2024, 5:09 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.