lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251223153654.1650936-1-cel@kernel.org>
Date: Tue, 23 Dec 2025 10:36:54 -0500
From: Chuck Lever <cel@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: <linux-kernel@...r.kernel.org>,
	<linux-nfs@...r.kernel.org>,
	Jeff Layton <jlayton@...nel.org>
Subject: [GIT PULL] NFSD fixes for v6.19

The following changes since commit df8c841dd92a7f262ad4fa649aa493b181e02812:

  NFSD: nfsd-io-modes: Separate lists (2025-12-03 09:05:14 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.19-1

for you to fetch changes up to 913f7cf77bf14c13cfea70e89bcb6d0b22239562:

  NFSD: NFSv4 file creation neglects setting ACL (2025-12-18 11:19:11 -0500)

----------------------------------------------------------------
nfsd-6.19 fixes:

A set of NFSD fixes that arrived just a bit late for the 6.19 merge
window.

Issues reported with v6.19-rc:
- Mark variable __maybe_unused to avoid W=1 build break

Issues that need expedient stable backports:
- NFSv4 file creation neglects setting ACL
- Clear TIME_DELEG in the suppattr_exclcreat bitmap
- Clear SECLABEL in the suppattr_exclcreat bitmap
- Fix memory leak in nfsd_create_serv error paths
- Bound check rq_pages index in inline path
- Return 0 on success from svc_rdma_copy_inline_range
- Use rc_pageoff for memcpy byte offset
- Avoid NULL deref on zero length gss_token in gss_read_proxy_verf

----------------------------------------------------------------
Andy Shevchenko (1):
      nfsd: Mark variable __maybe_unused to avoid W=1 build break

Chuck Lever (3):
      NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap
      NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmap
      NFSD: NFSv4 file creation neglects setting ACL

Joshua Rogers (4):
      SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf
      svcrdma: use rc_pageoff for memcpy byte offset
      svcrdma: return 0 on success from svc_rdma_copy_inline_range
      svcrdma: bound check rq_pages index in inline path

Shardul Bankar (1):
      nfsd: fix memory leak in nfsd_create_serv error paths

 fs/nfsd/export.c                  | 2 +-
 fs/nfsd/nfs4xdr.c                 | 5 +++++
 fs/nfsd/nfsd.h                    | 8 +++++++-
 fs/nfsd/nfssvc.c                  | 5 ++++-
 fs/nfsd/vfs.h                     | 3 ++-
 net/sunrpc/auth_gss/svcauth_gss.c | 3 ++-
 net/sunrpc/xprtrdma/svc_rdma_rw.c | 7 +++++--
 7 files changed, 26 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ