mbox series

[0/2] nfsd fixes for 6.6.y

Message ID 170120862772.1376.15036820033774301160.stgit@klimt.1015granger.net (mailing list archive)
Headers show
Series nfsd fixes for 6.6.y | expand

Message

Chuck Lever Nov. 28, 2023, 9:58 p.m. UTC
Backport of upstream fixes to NFSD's duplicate reply cache. These
have been hand-applied and tested with the same reproducer as was
used to create the upstream fixes.

---

Chuck Lever (2):
      NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
      NFSD: Fix checksum mismatches in the duplicate reply cache


 fs/nfsd/cache.h    |  4 +--
 fs/nfsd/nfscache.c | 64 +++++++++++++++++++++++++++++++---------------
 fs/nfsd/nfssvc.c   | 14 ++++++++--
 3 files changed, 57 insertions(+), 25 deletions(-)

--
Chuck Lever

Comments

Chuck Lever Nov. 28, 2023, 10:05 p.m. UTC | #1
> On Nov 28, 2023, at 4:58 PM, Chuck Lever <cel@kernel.org> wrote:
> 
> Backport of upstream fixes to NFSD's duplicate reply cache. These
> have been hand-applied and tested with the same reproducer as was
> used to create the upstream fixes.

These applied with fuzz and offset but no rejection.


> ---
> 
> Chuck Lever (2):
>      NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
>      NFSD: Fix checksum mismatches in the duplicate reply cache
> 
> 
> fs/nfsd/cache.h    |  4 +--
> fs/nfsd/nfscache.c | 64 +++++++++++++++++++++++++++++++---------------
> fs/nfsd/nfssvc.c   | 14 ++++++++--
> 3 files changed, 57 insertions(+), 25 deletions(-)
> 
> --
> Chuck Lever
> 
> 

--
Chuck Lever
Greg KH Nov. 30, 2023, 1:28 p.m. UTC | #2
On Tue, Nov 28, 2023 at 10:05:45PM +0000, Chuck Lever III wrote:
> 
> 
> > On Nov 28, 2023, at 4:58 PM, Chuck Lever <cel@kernel.org> wrote:
> > 
> > Backport of upstream fixes to NFSD's duplicate reply cache. These
> > have been hand-applied and tested with the same reproducer as was
> > used to create the upstream fixes.
> 
> These applied with fuzz and offset but no rejection.

All now queued up, thanks.

greg k-h