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)
Mon, Aug 10, 10:10 AM
Unknown Object (File)
Mon, Aug 10, 9:22 AM
Unknown Object (File)
Mon, Aug 10, 12:29 AM
Unknown Object (File)
Wed, Aug 5, 5:12 AM
Unknown Object (File)
Wed, Aug 5, 2:52 AM
Unknown Object (File)
Tue, Aug 4, 7:49 AM
Unknown Object (File)
Tue, Jul 28, 4:44 PM
Unknown Object (File)
Tue, Jul 28, 1:21 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