[GIT PULL] More NFSD fixes for v6.18-rc
From: Chuck Lever
Date: Tue Oct 28 2025 - 15:06:08 EST
The following changes since commit 4b47a8601b71ad98833b447d465592d847b4dc77:
NFSD: Define a proc_layoutcommit for the FlexFiles layout type (2025-10-10 12:53:50 -0400)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.18-2
for you to fetch changes up to 3e7f011c255582d7c914133785bbba1990441713:
Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND" (2025-10-21 11:03:50 -0400)
----------------------------------------------------------------
nfsd-6.18 fixes:
Issues reported with v6.18-rc:
- Revert the patch that removed the cap on MAX_OPS_PER_COMPOUND
- Address a kernel build issue
Issues that need expedient stable backports:
- Fix crash when a client queries new attributes on forechannel
- Fix rare NFSD crash when tracing is enabled
----------------------------------------------------------------
Chuck Lever (3):
NFSD: Define actions for the new time_deleg FATTR4 attributes
NFSD: Fix crash in nfsd4_read_release()
Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
Nathan Chancellor (1):
nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()
fs/nfsd/nfs4proc.c | 21 ++++++++++++++++-----
fs/nfsd/nfs4state.c | 1 +
fs/nfsd/nfs4xdr.c | 21 ++++++++++++++-------
fs/nfsd/nfsd.h | 3 +++
fs/nfsd/xdr4.h | 1 +
5 files changed, 35 insertions(+), 12 deletions(-)