[GIT,PULL] nfsd fixes for v6.4-rc4

Message ID 10156F3D-A4B8-4462-80EC-65ECDECE7B44@oracle.com
State New
Headers
Series [GIT,PULL] nfsd fixes for v6.4-rc4 |

Pull-request

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

Message

Chuck Lever June 2, 2023, 2:42 p.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org June 2, 2023, 5:41 p.m. UTC | #1
The pull request you sent on Fri, 2 Jun 2023 14:42:30 +0000:

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

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

Thank you!