On Fri, Feb 25, 2022 at 01:57:40PM -0600, Bob Pearson wrote: > There are several race conditions discovered in the current rdma_rxe > driver. They mostly relate to races between normal operations and > destroying objects. This patch series > - Makes several minor cleanups in rxe_pool.[ch] > - Replaces the red-black trees currently used by xarrays for indices > - Corrects several reference counting errors > - Adds wait for completions to the paths in verbs APIs which destroy > objects. > - Changes read side locking to rcu. > > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > v10 > Rebased to current wip/jgg-for-next. > Split some patches into smaller ones. Before I look at this, can I apply it without the last two mcast patches? Thanks, Jason