[GIT PULL] first round of 6.8 fixes for NFSD
From: Chuck Lever III
Date: Wed Jan 24 2024 - 20:44:25 EST
The following changes since commit 17419aefcbfd9891863e8b8132f0bca9a6b2984e:
nfsd: rename nfsd_last_thread() to nfsd_destroy_serv() (2024-01-07 17:54:33 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-68-1
for you to fetch changes up to edcf9725150e42beeca42d085149f4c88fa97afd:
nfsd: fix RELEASE_LOCKOWNER (2024-01-24 09:49:11 -0500)
----------------------------------------------------------------
nfsd-6.8 fixes:
- Fix in-kernel RPC UDP transport
- Fix NFSv4.0 RELEASE_LOCKOWNER
----------------------------------------------------------------
Lucas Stach (1):
SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
NeilBrown (1):
nfsd: fix RELEASE_LOCKOWNER
fs/nfsd/nfs4state.c | 26 +++++++++++++++-----------
net/sunrpc/svcsock.c | 4 ++--
2 files changed, 17 insertions(+), 13 deletions(-)
--
Chuck Lever