On Tue, Aug 3, 2021 at 11:58 PM Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > > On Thu, Jul 29, 2021 at 05:00:37PM -0500, Bob Pearson wrote: > > These patches fix three bugs currently in the rxe driver. > > One of these was released earlier. In this v2 version two other bug > > fixes are added. > > > > Bob Pearson (3): > > RDMA/rxe: Fix bug in get_srq_wqe() in rxe_resp.c > > RDMA/rxe: Fix bug in rxe_net.c > > I fixed these up and applied them to for-rc I will focus on the other 2 commits except the commit "RDMA/rxe: Fix bug in rxe_net.c" since this commit is reviewed and tested. Zhu Yanjun > > Please be careful that the fixes lines are correct and subjects should > be self descriptive not 'fix a bug in x' > > > RDMA/rxe: Add memory barriers to kernel queues > > This one can go to for-next > > Jason