Re: [PATCH net] net/sched: act_ife: fix recursive lock and idr leak

2018-06-19 Thread David Miller
From: Davide Caratti Date: Tue, 19 Jun 2018 15:39:46 +0200 > a recursive lock warning [1] can be observed with the following script, ... > in case the kernel was unable to run the last command (e.g. because of > the impossibility to load 'act_meta_skbtcindex'). For a similar reason, > the kernel

Re: [PATCH net] net/sched: act_ife: fix recursive lock and idr leak

2018-06-19 Thread Cong Wang
On Tue, Jun 19, 2018 at 6:39 AM, Davide Caratti wrote: > a recursive lock warning [1] can be observed with the following script, > > # $TC actions add action ife encode allow prio pass index 42 > IFE type 0xED3E > # $TC actions replace action ife encode allow tcindex pass index 42 > > in case t

[PATCH net] net/sched: act_ife: fix recursive lock and idr leak

2018-06-19 Thread Davide Caratti
a recursive lock warning [1] can be observed with the following script, # $TC actions add action ife encode allow prio pass index 42 IFE type 0xED3E # $TC actions replace action ife encode allow tcindex pass index 42 in case the kernel was unable to run the last command (e.g. because of the im