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, Jul 15, 5:43 AM
Unknown Object (File)
Wed, Jul 15, 5:43 AM
Unknown Object (File)
Thu, Jul 9, 9:08 AM
Unknown Object (File)
Sun, Jul 5, 6:05 AM
Unknown Object (File)
Wed, Jun 24, 5:51 PM
Unknown Object (File)
Jun 17 2026, 2:14 AM
Unknown Object (File)
May 20 2026, 8:49 AM
Unknown Object (File)
May 16 2026, 8:17 AM
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