mbox series

[5.15,0/5] Address CVE-2024-49974

Message ID 20241118212035.3848-1-cel@kernel.org (mailing list archive)
Headers show
Series Address CVE-2024-49974 | expand

Message

Chuck Lever Nov. 18, 2024, 9:20 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Backport the set of upstream patches that cap the number of
concurrent background NFSv4.2 COPY operations.

Chuck Lever (4):
  NFSD: Async COPY result needs to return a write verifier
  NFSD: Limit the number of concurrent async COPY operations
  NFSD: Initialize struct nfsd4_copy earlier
  NFSD: Never decrement pending_async_copies on error

Dai Ngo (1):
  NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace
    point

 fs/nfsd/netns.h     |  1 +
 fs/nfsd/nfs4proc.c  | 36 +++++++++++++++++-------------------
 fs/nfsd/nfs4state.c |  1 +
 fs/nfsd/xdr4.h      |  1 +
 4 files changed, 20 insertions(+), 19 deletions(-)

Comments

Chuck Lever Nov. 18, 2024, 9:23 p.m. UTC | #1
Please ignore. I didn't notice I had 18 other
patches left in this directory.

I will resend this series properly.


> On Nov 18, 2024, at 4:20 PM, cel@kernel.org wrote:
> 
> From: Chuck Lever <chuck.lever@oracle.com>
> 
> Backport the set of upstream patches that cap the number of
> concurrent background NFSv4.2 COPY operations.
> 
> Chuck Lever (4):
>  NFSD: Async COPY result needs to return a write verifier
>  NFSD: Limit the number of concurrent async COPY operations
>  NFSD: Initialize struct nfsd4_copy earlier
>  NFSD: Never decrement pending_async_copies on error
> 
> Dai Ngo (1):
>  NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace
>    point
> 
> fs/nfsd/netns.h     |  1 +
> fs/nfsd/nfs4proc.c  | 36 +++++++++++++++++-------------------
> fs/nfsd/nfs4state.c |  1 +
> fs/nfsd/xdr4.h      |  1 +
> 4 files changed, 20 insertions(+), 19 deletions(-)
> 
> -- 
> 2.47.0
> 

--
Chuck Lever