On Mon, Feb 25, 2019 at 10:18:04PM -0500, Devesh Sharma wrote: > Kernel space provider driver should clean the CQs > belonging to kernel space consumers only. The current > implementation is doing reverse of it. > > Fixing the same by avoiding the call to __clean_cq > on a kernel qp during destroy. > > Fixes: c50866e2853a ("bnxt_re: fix the regression due to changes in alloc_pbl") > Signed-off-by: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/bnxt_re/ib_verbs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason