From: Chris Mi <c...@nvidia.com> Date: Tue, 8 Dec 2020 10:48:35 +0800
> The offending commit introduces a cleanup callback that is invoked > when the driver module is removed to clean up the tunnel device > flow block. But it returns on the first iteration of the for loop. > The remaining indirect flow blocks will never be freed. > > Fixes: 1fac52da5942 ("net: flow_offload: consolidate indirect flow_block > infrastructure") > CC: Pablo Neira Ayuso <pa...@netfilter.org> > Signed-off-by: Chris Mi <c...@nvidia.com> > Reviewed-by: Roi Dayan <r...@nvidia.com> > --- > v2: - CC relevant people. Applied, trhanks.