[GIT PULL] nfsd fixes for 6.3-rc1
From: Chuck Lever III
Date: Fri Mar 10 2023 - 09:35:08 EST
Hi Linus-
The following changes since commit fb5b855d9f34927579baa0a20b4d0d8ea3740abd:
SUNRPC: Properly terminate test case arrays (2023-02-27 16:27:51 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-2
for you to fetch changes up to 9ca6705d9d609441d34f8b853e1e4a6369b3b171:
SUNRPC: Fix a server shutdown leak (2023-03-08 08:46:41 -0500)
----------------------------------------------------------------
nfsd-6.3 fixes:
- Protect NFSD writes against filesystem freezing
- Fix a potential memory leak during server shutdown
----------------------------------------------------------------
Benjamin Coddington (1):
SUNRPC: Fix a server shutdown leak
Chuck Lever (1):
NFSD: Protect against filesystem freezing
fs/nfsd/vfs.c | 2 ++
net/sunrpc/svc.c | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
Chuck Lever