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(-) -- Chuck Lever