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)
Fri, Sep 11, 9:20 PM
Unknown Object (File)
Fri, Sep 11, 7:10 PM
Unknown Object (File)
Thu, Sep 10, 10:27 PM
Unknown Object (File)
Wed, Sep 9, 9:33 PM
Unknown Object (File)
Tue, Sep 8, 3:38 AM
Unknown Object (File)
Mon, Sep 7, 3:46 AM
Unknown Object (File)
Sat, Aug 22, 8:53 AM
Unknown Object (File)
Sat, Aug 22, 8:53 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