ksmbd: log that server is experimental at module load
authorSteve French <stfrench@microsoft.com>
Tue, 21 Sep 2021 00:01:42 +0000 (19:01 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 21 Sep 2021 17:35:20 +0000 (12:35 -0500)
commite44fd5081c50b0ffdb75ce6c83452e60173d791b
tree812339f0f948f7bdf975a1c666fc74b955372395
parent707a63e9a9dd55432d47bf40457d4a3413888dcc
ksmbd: log that server is experimental at module load

While we are working through detailed security reviews
of ksmbd server code we should remind users that it is an
experimental module by adding a warning when the module
loads.  Currently the module shows as experimental
in Kconfig and is disabled by default, but we don't want
to confuse users.

Although ksmbd passes a wide variety of the
important functional tests (since initial focus had
been largely on functional testing such as smbtorture,
xfstests etc.), and ksmbd has added key security
features (e.g. GCM256 encryption, Kerberos support),
there are ongoing detailed reviews of the code base
for path processing and network buffer decoding, and
this patch reminds users that the module should be
considered "experimental."

Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/server.c