[GIT,PULL] nfsd fixes for 6.3-rc3

Message ID 2AD73E1B-E81B-4553-9975-11FA02841471@oracle.com
State New
Headers
Series [GIT,PULL] nfsd fixes for 6.3-rc3 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-3

Message

Chuck Lever March 21, 2023, 8:20 p.m. UTC
  Hi Linus -

The following changes since commit 9ca6705d9d609441d34f8b853e1e4a6369b3b171:

  SUNRPC: Fix a server shutdown leak (2023-03-08 08:46:41 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-3

for you to fetch changes up to 27c934dd8832dd40fd34776f916dc201e18b319b:

  nfsd: don't replace page in rq_pages if it's a continuation of last page (2023-03-17 18:18:15 -0400)

----------------------------------------------------------------
nfsd-6.3 fixes:
- Fix a crash during NFS READs from certain client implementations
- Address a minor kbuild regression in v6.3

----------------------------------------------------------------
Chuck Lever (1):
      NFS & NFSD: Update GSS dependencies

Jeff Layton (1):
      nfsd: don't replace page in rq_pages if it's a continuation of last page

 fs/nfs/Kconfig  | 2 +-
 fs/nfsd/Kconfig | 2 +-
 fs/nfsd/vfs.c   | 9 ++++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org March 21, 2023, 10:17 p.m. UTC | #1
The pull request you sent on Tue, 21 Mar 2023 20:20:10 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-3

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

Thank you!