Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd

Pull smb server update from Steve French:
"After two years, many fixes and much testing, ksmbd is no longer
experimental"

* tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd:
ksmbd: remove experimental warning

+1 -3
+1 -1
fs/smb/server/Kconfig
··· 1 1 config SMB_SERVER 2 - tristate "SMB3 server support (EXPERIMENTAL)" 2 + tristate "SMB3 server support" 3 3 depends on INET 4 4 depends on MULTIUSER 5 5 depends on FILE_LOCKING
-2
fs/smb/server/server.c
··· 590 590 if (ret) 591 591 goto err_crypto_destroy; 592 592 593 - pr_warn_once("The ksmbd server is experimental\n"); 594 - 595 593 return 0; 596 594 597 595 err_crypto_destroy: