On Tue, May 12, 2020 at 12:26:08AM +0530, Potnuri Bharat Teja wrote: > Commit '11a27e21', while reading TCB field in t4_tcb_get_field32() passes > wrong mask parameter which leads the driver eventually to access illegal > SRQ index while flushing the SRQ completions during connection teardown. > Fixes kernel panic/app segfault due to incorrect function parameters passed > while reading TCB fields and completing cached SRQ buffers. > > Fixes: 11a27e2121a5 ("iw_cxgb4: complete the cached SRQ buffers") > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > changelog: > v1: updated commit description > --- > drivers/infiniband/hw/cxgb4/cm.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) Applied to for-rc, thanks Jason