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, May 16, 8:17 AM
Unknown Object (File)
Tue, May 12, 5:36 AM
Unknown Object (File)
Wed, Apr 29, 12:07 PM
Unknown Object (File)
Wed, Apr 29, 4:53 AM
Unknown Object (File)
Tue, Apr 28, 3:23 PM
Unknown Object (File)
Tue, Apr 28, 9:18 AM
Unknown Object (File)
Sat, Apr 25, 4:40 AM
Unknown Object (File)
Sat, Apr 18, 2:31 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