The following changes since commit 21a3f3328972bdb774c62b301a715b5cebf03fa2: NFSD: Remove open coding of string copy (2023-05-15 08:03:04 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.4-2 for you to fetch changes up to c034203b6a9dae6751ef4371c18cb77983e30c28: nfsd: fix double fget() bug in __write_ports_addfd() (2023-05-31 09:57:14 -0400) ---------------------------------------------------------------- nfsd-6.4 fixes: - Two minor bug fixes ---------------------------------------------------------------- Dan Carpenter (1): nfsd: fix double fget() bug in __write_ports_addfd() Jeff Layton (1): nfsd: make a copy of struct iattr before calling notify_change fs/nfsd/nfsctl.c | 7 +------ fs/nfsd/vfs.c | 10 +++++++++- include/linux/sunrpc/svcsock.h | 7 +++---- net/sunrpc/svcsock.c | 24 ++++++------------------ 4 files changed, 19 insertions(+), 29 deletions(-) -- Chuck Lever