Page MenuHomeFreeBSD

kgssapi: Remove broken MOD_UNLOAD code
ClosedPublic

Authored by emaste on Nov 27 2025, 4:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 18, 4:01 PM
Unknown Object (File)
Sat, Mar 14, 11:38 PM
Unknown Object (File)
Thu, Mar 12, 9:17 PM
Unknown Object (File)
Feb 20 2026, 6:49 PM
Unknown Object (File)
Feb 20 2026, 11:04 AM
Unknown Object (File)
Feb 19 2026, 3:49 PM
Unknown Object (File)
Feb 19 2026, 3:49 PM
Unknown Object (File)
Feb 11 2026, 6:03 PM
Subscribers

Details

Summary
The module panicked at unload with "recursing but non-recursive rw".
There is a comment that "Unloading of the kgssapi module is not
currently supported" so just #if 0 the code in the unload path.

PR:             291249
Fixes: ad704a34bc2c ("Use syscall_helper_register(9) rather than syscall_register().")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable