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