CVE-2026-90163: smb/server: call ksmbd_proc_cleanup() on module init failure
In the Linux kernel, the following vulnerability has been resolved:
smb/server: call ksmbdproccleanup() on module init failure
When a later initializer fails, the unwind chain releases resources created after procfs and then jumps directly to classunregister(). Returning an error from moduleinit() leaves the proc tree and its per-CPU counters allocated.