[GIT,PULL] first set of nfsd fixes for v6.7-rc (take 2)

Message ID 75D9A22E-436D-4358-8F3E-B857EE83C07A@oracle.com
State New
Headers
Series [GIT,PULL] first set of nfsd fixes for v6.7-rc (take 2) |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.7-1

Message

Chuck Lever Nov. 18, 2023, 4:52 p.m. UTC
  Hi Linus-

Following Jeff's regression report yesterday, I squashed a
one-line fix into "NFSD: Fix "start of NFS reply" pointer
passed to nfsd_cache_update()". Jeff has tested and approved
the fix.

The nfsd-6.7-1 tag now points to the refreshed patches.


--- cut here ---

The following changes since commit 3fd2ca5be07f6a43211591a45b43df9e7b6eba00:

  svcrdma: Fix tracepoint printk format (2023-10-16 12:44:40 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.7-1

for you to fetch changes up to bf51c52a1f3c238d72c64e14d5e7702d3a245b82:

  NFSD: Fix checksum mismatches in the duplicate reply cache (2023-11-17 15:13:01 -0500)

----------------------------------------------------------------
nfsd-6.7 fixes:
- Fix several long-standing bugs in the duplicate reply cache
- Fix a memory leak

----------------------------------------------------------------
Chuck Lever (3):
      NFSD: Update nfsd_cache_append() to use xdr_stream
      NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
      NFSD: Fix checksum mismatches in the duplicate reply cache

Mahmoud Adam (1):
      nfsd: fix file memleak on client_opens_release

 fs/nfsd/cache.h     |  4 ++--
 fs/nfsd/nfs4state.c |  2 +-
 fs/nfsd/nfscache.c  | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
 fs/nfsd/nfssvc.c    | 14 ++++++++++++--
 4 files changed, 65 insertions(+), 40 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org Nov. 18, 2023, 7:44 p.m. UTC | #1
The pull request you sent on Sat, 18 Nov 2023 16:52:18 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.7-1

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

Thank you!