Message ID | 20240812154759.29870-1-cel@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Fixes for NFS/RDMA device removal | expand |
Hi Chuck, On Mon, Aug 12, 2024 at 11:48 AM <cel@kernel.org> wrote: > > From: Chuck Lever <chuck.lever@oracle.com> > > Fix a handful of nits for the NFS/RDMA device removal code that > went into v6.11-rc. Are you intending these for 6.11-rc or 6.12? Anna > > Chuck Lever (3): > rpcrdma: Device kref is over-incremented on error from xa_alloc > rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1 > rpcrdma: Trace connection registration and unregistration > > include/trace/events/rpcrdma.h | 36 +++++++++++++++++++++++++++++++++ > net/sunrpc/xprtrdma/ib_client.c | 6 ++++-- > 2 files changed, 40 insertions(+), 2 deletions(-) > > -- > 2.45.1 >
> On Aug 21, 2024, at 3:31 PM, Anna Schumaker <anna@kernel.org> wrote: > > Hi Chuck, > > On Mon, Aug 12, 2024 at 11:48 AM <cel@kernel.org> wrote: >> >> From: Chuck Lever <chuck.lever@oracle.com> >> >> Fix a handful of nits for the NFS/RDMA device removal code that >> went into v6.11-rc. > > Are you intending these for 6.11-rc or 6.12? IIRC the patches they fix went into 6.11-rc1, so I'd like to see these go into a 6.11-rc release. > Anna > >> >> Chuck Lever (3): >> rpcrdma: Device kref is over-incremented on error from xa_alloc >> rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1 >> rpcrdma: Trace connection registration and unregistration >> >> include/trace/events/rpcrdma.h | 36 +++++++++++++++++++++++++++++++++ >> net/sunrpc/xprtrdma/ib_client.c | 6 ++++-- >> 2 files changed, 40 insertions(+), 2 deletions(-) >> >> -- >> 2.45.1 >> -- Chuck Lever
On Wed, Aug 21, 2024 at 3:33 PM Chuck Lever III <chuck.lever@oracle.com> wrote: > > > > > On Aug 21, 2024, at 3:31 PM, Anna Schumaker <anna@kernel.org> wrote: > > > > Hi Chuck, > > > > On Mon, Aug 12, 2024 at 11:48 AM <cel@kernel.org> wrote: > >> > >> From: Chuck Lever <chuck.lever@oracle.com> > >> > >> Fix a handful of nits for the NFS/RDMA device removal code that > >> went into v6.11-rc. > > > > Are you intending these for 6.11-rc or 6.12? > > IIRC the patches they fix went into 6.11-rc1, so I'd like to > see these go into a 6.11-rc release. Sounds good, thanks! Anna > > > > Anna > > > >> > >> Chuck Lever (3): > >> rpcrdma: Device kref is over-incremented on error from xa_alloc > >> rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1 > >> rpcrdma: Trace connection registration and unregistration > >> > >> include/trace/events/rpcrdma.h | 36 +++++++++++++++++++++++++++++++++ > >> net/sunrpc/xprtrdma/ib_client.c | 6 ++++-- > >> 2 files changed, 40 insertions(+), 2 deletions(-) > >> > >> -- > >> 2.45.1 > >> > > -- > Chuck Lever > >
From: Chuck Lever <chuck.lever@oracle.com> Fix a handful of nits for the NFS/RDMA device removal code that went into v6.11-rc. Chuck Lever (3): rpcrdma: Device kref is over-incremented on error from xa_alloc rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1 rpcrdma: Trace connection registration and unregistration include/trace/events/rpcrdma.h | 36 +++++++++++++++++++++++++++++++++ net/sunrpc/xprtrdma/ib_client.c | 6 ++++-- 2 files changed, 40 insertions(+), 2 deletions(-)