On Sat, Oct 26, 2019 at 02:56:35PM +0800, Weihang Li wrote: > From: Lijun Ou <oulijun@xxxxxxxxxx> > > eq->buf_list->buf and eq->buf_list should also be freed when eqe_hop_num > is set to 0, or there will be memory leaks. > > Fixes: a5073d6054f7 ("RDMA/hns: Add eq support of hip08") > Signed-off-by: Lijun Ou <oulijun@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applies to for-rc Thanks, Jason