[GIT PULL] First round of NFSD fixes for v7.0
From: Chuck Lever
Date: Mon Mar 02 2026 - 09:17:54 EST
The following changes since commit e939bd675634fd52d559b90e2cf58333e16afea8:
NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasks (2026-01-29 09:48:33 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-7.0-1
for you to fetch changes up to 364410170ab33f6e7ef0eb2afb12bf89b0feb3a6:
nfsd: report the requested maximum number of threads instead of number running (2026-02-24 10:27:51 -0500)
----------------------------------------------------------------
nfsd-7.0 fixes:
NFSD fixes that arrived too late for the 7.0 merge window.
Fixes for commits merged in 7.0:
- Restore previous nfsd thread count reporting behavior
Issues that need expedient stable backports:
- Fix credential reference leaks in the NFSD netlink admin protocol
----------------------------------------------------------------
Jeff Layton (1):
nfsd: report the requested maximum number of threads instead of number running
Kuniyuki Iwashima (2):
nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().
nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().
Documentation/netlink/specs/nfsd.yaml | 4 ++--
fs/nfsd/nfsctl.c | 22 +++++++++++-----------
fs/nfsd/nfssvc.c | 7 ++++---
3 files changed, 17 insertions(+), 16 deletions(-)