On Thu, 2018-03-15 at 15:29 +0100, Davide Caratti wrote: > On Thu, 2018-03-15 at 15:21 +0100, Jiri Pirko wrote: > ... > > > Acked-by: Jiri Pirko <j...@mellanox.com> > > thank you for reviewing! > > apparently, also act_tunnel_key seem and act_csum have a similar problem. > I will check and eventually do a followup series this afternoon. > > thank you, > regards
hello David, please drop this patch: after some tests, the following TC actions are affected by the same problem: act_vlan act_csum act_tunnel_key act_skbmod act_sample so, I'm posting right now a series that fixes all of them. In act_ife and act_bpf, the problem is potentially there, but we don't see it crashing yet because we don't call tcf_idr_release() on the error path. This is causing the leak of 'index', and will be fixed in another series tomorrow. thank you in advance, regards -- davide