Page MenuHomeFreeBSD

LinuxKPI: Use negative bit field size to trigger BUILD_BUG_ON_ZERO
ClosedPublic

Authored by wulf on Dec 27 2021, 11:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 6:07 AM
Unknown Object (File)
Tue, Jan 14, 2:03 AM
Unknown Object (File)
Fri, Jan 10, 9:51 AM
Unknown Object (File)
Fri, Dec 27, 1:34 AM
Unknown Object (File)
Thu, Dec 26, 11:34 AM
Unknown Object (File)
Dec 9 2024, 6:11 AM
Unknown Object (File)
Nov 16 2024, 2:00 PM
Unknown Object (File)
Nov 8 2024, 6:41 AM

Details

Summary

compile time assertion on non-NULL pointers. Tests conducted show that
_Static_assert, negative array size method and current code does not
handle pointers well enough. Bit field method solves this problem.

This change is derrived from Linux implementation of BUILD_BUG_ON_ZERO.

MFC after: 1 week

Diff Detail

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