On Fri, Oct 25, 2019 at 06:04:40PM +0530, Potnuri Bharat Teja wrote: > _put_ep_safe() and _put_pass_ep_safe() free the skb before it is freed by > process_work(). fix double free by freeing the skb only in process_work(). > > Fixes: 1dad0ebeea1c ("iw_cxgb4: Avoid touch after free error in ARP failure handlers") > Signed-off-by: Dakshaja Uppalapati <dakshaja@xxxxxxxxxxx> > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/cm.c | 2 -- > 1 file changed, 2 deletions(-) Applied to for-rc, thanks Jason