]> git.ipfire.org Git - people/arne_f/kernel.git/commit
nfsd4: fix crash on writing v4_end_grace before nfsd startup
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 27 Nov 2018 20:54:17 +0000 (15:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 18:46:00 +0000 (19:46 +0100)
commit51d0d8e65de67e6a2695aeae325f0af63041de4e
tree1d7a18abdad9c0f165d72786323f017e014cba9e
parent834dfbb83f85591ecca6992f0ef28710e209d017
nfsd4: fix crash on writing v4_end_grace before nfsd startup

[ Upstream commit 62a063b8e7d1db684db3f207261a466fa3194e72 ]

Anatoly Trosinenko reports that this:

1) Checkout fresh master Linux branch (tested with commit e195ca6cb)
2) Copy x84_64-config-4.14 to .config, then enable NFS server v4 and build
3) From `kvm-xfstests shell`:

results in NULL dereference in locks_end_grace.

Check that nfsd has been started before trying to end the grace period.

Reported-by: Anatoly Trosinenko <anatoly.trosinenko@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfsd/nfsctl.c