On Mon, Mar 04, 2019 at 10:56:20AM +0800, Yue Haibing wrote: > From: YueHaibing <yuehaibing@xxxxxxxxxx> > > In commit 0425e3e6e0c7, hns_roce_v2_modify_qp called inside > spinlock which using GFP_KERNEL, it may sleep with holding > the spinlock, so we should use GFP_ATOMIC instead. > > Fixes: 0425e3e6e0c7 ("RDMA/hns: Support flush cqe for hip08 in kernel space") > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason