Page MenuHomeFreeBSD

namei: Treat non-tied KLDs as if they had INVARIANTS enabled
ClosedPublic

Authored by gallatin on Mar 17 2022, 2:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 3, 12:59 PM
Unknown Object (File)
Fri, Jul 3, 12:14 AM
Unknown Object (File)
Thu, Jul 2, 11:47 PM
Unknown Object (File)
Thu, Jul 2, 10:55 PM
Unknown Object (File)
Tue, Jun 30, 8:18 PM
Unknown Object (File)
Jun 18 2026, 10:46 PM
Unknown Object (File)
Jun 18 2026, 5:56 PM
Unknown Object (File)
Jun 18 2026, 2:40 PM
Subscribers

Details

Summary

When working with a vendor to debug their kernel module, I found that a non-tied kld will panic due to "namei: bad debugflags " on a kernel compiled with INVARIANTS because non-tied KLDs do not pick up the initialization that is done in NDINIT_DBG/NDREINIT_DBG().

Fix this by making this initialization happen for non- KLD_TIED as well as INVARIANTS

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

this needs a comment what the hack is for, as in how come this is not picked up automatically

  • Added a comment to why we enable debug stuff here as per mjg's request
This revision is now accepted and ready to land.Mar 17 2022, 5:34 PM