mbox series

[GIT,PULL] NFSD fixes for v6.10-rc

Message ID Znb+ELqzU3lqTUK+@tissot.1015granger.net (mailing list archive)
State New
Headers show
Series [GIT,PULL] NFSD fixes for v6.10-rc | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.10-2

Message

Chuck Lever June 22, 2024, 4:38 p.m. UTC
Hi Linus-

The following changes since commit 4a77c3dead97339478c7422eb07bf4bf63577008:

  SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (2024-06-03 09:07:55 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.10-2

for you to fetch changes up to da2c8fef130ec7197e2f91c7ed70a8c5bede4bea:

  NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit() (2024-06-17 13:16:49 -0400)

----------------------------------------------------------------
nfsd-6.10 fixes:
- Fix crashes triggered by administrative operations on the server

----------------------------------------------------------------
Jeff Layton (1):
      nfsd: fix oops when reading pool_stats before server is started

Lorenzo Bianconi (1):
      NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()

 Documentation/netlink/specs/nfsd.yaml |  2 --
 fs/nfsd/netlink.c                     |  2 --
 fs/nfsd/netlink.h                     |  3 ---
 fs/nfsd/nfsctl.c                      | 48 +++++++++++-------------------------------------
 net/sunrpc/svc_xprt.c                 |  8 +++++---
 5 files changed, 16 insertions(+), 47 deletions(-)

Comments

pr-tracker-bot@kernel.org June 22, 2024, 9:05 p.m. UTC | #1
The pull request you sent on Sat, 22 Jun 2024 12:38:40 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.10-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c2fc946223f565d99322e942cdc46396d3c7d60b

Thank you!