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)
Sat, Apr 18, 2:31 PM
Unknown Object (File)
Sat, Apr 18, 11:49 AM
Unknown Object (File)
Wed, Apr 8, 9:46 AM
Unknown Object (File)
Tue, Apr 7, 10:11 PM
Unknown Object (File)
Sat, Apr 4, 2:24 PM
Unknown Object (File)
Mar 18 2026, 4:01 PM
Unknown Object (File)
Mar 14 2026, 11:38 PM
Unknown Object (File)
Mar 12 2026, 9:17 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