All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Third round of fixes for NFSD (6.19)
@ 2026-01-06 15:59 Chuck Lever
  2026-01-06 17:28 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Lever @ 2026-01-06 15:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-nfs, Jeff Layton

The following changes since commit 1f941b2c23fd34c6f3b76d36f9d0a2528fa92b8f:

  nfsd: Drop the client reference in client_states_open() (2025-12-24 21:33:12 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 0b88bfa42e5468baff71909c2f324a495318532b:

  NFSD: net ref data still needs to be freed even if net hasn't startup (2026-01-02 13:50:14 -0500)

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

A set of NFSD fixes that arrived after the 6.19 merge window.

Issues that need expedient stable backports:
- Remove an invalid NFS status code
- Fix an fstests failure when using pNFS
- Fix a UAF in v4_end_grace()
- Fix the administrative interface used to revoke NFSv4 state
- Fix a memory leak reported by syzbot

----------------------------------------------------------------
Chuck Lever (1):
      NFSD: Remove NFSERR_EAGAIN

Edward Adam Davis (1):
      NFSD: net ref data still needs to be freed even if net hasn't startup

NeilBrown (2):
      nfsd: provide locking for v4_end_grace
      nfsd: use correct loop termination in nfsd4_revoke_states()

Olga Kornievskaia (1):
      nfsd: check that server is running in unlock_filesystem

Scott Mayhew (1):
      NFSD: Fix permission check for read access to executable-only files

 fs/nfs_common/common.c   |  1 -
 fs/nfsd/netns.h          |  2 ++
 fs/nfsd/nfs4proc.c       |  2 +-
 fs/nfsd/nfs4state.c      | 49 ++++++++++++++++++++++++++++++++++++++++++------
 fs/nfsd/nfsctl.c         | 12 +++++++++---
 fs/nfsd/nfsd.h           |  1 -
 fs/nfsd/nfssvc.c         | 28 +++++++++++++--------------
 fs/nfsd/state.h          |  6 +++---
 fs/nfsd/vfs.c            |  4 ++--
 include/trace/misc/nfs.h |  2 --
 include/uapi/linux/nfs.h |  1 -
 11 files changed, 74 insertions(+), 34 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-06 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06 15:59 [GIT PULL] Third round of fixes for NFSD (6.19) Chuck Lever
2026-01-06 17:28 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.