The following changes since commit 91da337e5d506f2c065d20529d105ca40090e320: nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets (2024-07-22 09:47:39 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.11-2 for you to fetch changes up to 7e8ae8486e4471513e2111aba6ac29f2357bed2a: fs/nfsd: fix update of inode attrs in CB_GETATTR (2024-08-26 19:04:00 -0400) ---------------------------------------------------------------- nfsd-6.11 fixes: - Fix a number of crashers - Update email address for an NFSD reviewer ---------------------------------------------------------------- Chuck Lever (1): MAINTAINERS: Update Olga Kornievskaia's email address Jeff Layton (4): nfsd: ensure that nfsd4_fattr_args.context is zeroed out nfsd: hold reference to delegation when updating it for cb_getattr nfsd: fix potential UAF in nfsd4_cb_getattr_release fs/nfsd: fix update of inode attrs in CB_GETATTR Olga Kornievskaia (1): nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open MAINTAINERS | 2 +- fs/attr.c | 14 +++++++++++--- fs/nfsd/nfs4state.c | 51 +++++++++++++++++++++++++++++++++------------------ fs/nfsd/nfs4xdr.c | 6 ++++-- fs/nfsd/state.h | 2 +- include/linux/fs.h | 1 + 6 files changed, 51 insertions(+), 25 deletions(-) -- Chuck Lever