On Tue, May 28, 2024 at 03:52:51PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > When the table is released, we nullify pointer to GID table, it means > that in case GID entry leak is detected, we will leak table too. > > Delete code that prevents table destruction. > > Fixes: b150c3862d21 ("IB/core: Introduce GID entry reference counts") > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/core/cache.c | 13 ++++--------- > 1 file changed, 4 insertions(+), 9 deletions(-) Since this is causing syzkaller failures and it really doesn't seem like stable material I'm dropping it from the rc branch and putting it in for-next. Lets see if we can fix the failures before the merge window. Jason