On Thu, Mar 25, 2021 at 12:34:53AM +0530, Potnuri Bharat Teja wrote: > Not setting ipv6 bit while destroying ipv6 listening servers may result in > potential fatal adapter errors due to lookup engine memory hash errors. > Therefore always set ipv6 field while destroying ipv6 listening servers. > > Fixes: 830662f6f032 ("RDMA/cxgb4: Add support for active and passive open connection with IPv6 address") > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > Changes since v0: > - modified commit description to inform the severity of patch. > Changes since v1: > - removed extra variable as per Leon. > --- > --- > drivers/infiniband/hw/cxgb4/cm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to for-rc, thanks Jason