]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sunrpc: check that domain table is empty at module unload.
authorNeilBrown <neilb@suse.de>
Fri, 22 May 2020 02:01:32 +0000 (12:01 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2020 07:58:34 +0000 (09:58 +0200)
commitec25aabaffe687774165ae491cc797d7d8a79454
tree99a8977205c1536bc35764eaf78cc05588d2c465
parent67da9e2c2b730b9b788ace749d22d769cf11ee2b
sunrpc: check that domain table is empty at module unload.

[ Upstream commit f45db2b909c7e76f35850e78f017221f30282b8e ]

The domain table should be empty at module unload.  If it isn't there is
a bug somewhere.  So check and report.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=206651
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/sunrpc/sunrpc.h
net/sunrpc/sunrpc_syms.c
net/sunrpc/svcauth.c