Re: [PATCH net v2 0/7] fix idr leak in actions

2018-03-21 Thread David Miller
From: Davide Caratti Date: Mon, 19 Mar 2018 15:31:21 +0100 > This series fixes situations where a temporary failure to install a TC > action results in the permanent impossibility to reuse the configured > value of 'index'. > > Thanks to Cong Wang for the initial review. >

Re: [PATCH net v2 0/7] fix idr leak in actions

2018-03-20 Thread Cong Wang
On Mon, Mar 19, 2018 at 7:31 AM, Davide Caratti wrote: > This series fixes situations where a temporary failure to install a TC > action results in the permanent impossibility to reuse the configured > value of 'index'. > > Thanks to Cong Wang for the initial review. > > v2:

[PATCH net v2 0/7] fix idr leak in actions

2018-03-19 Thread Davide Caratti
This series fixes situations where a temporary failure to install a TC action results in the permanent impossibility to reuse the configured value of 'index'. Thanks to Cong Wang for the initial review. v2: fix build error in act_ipt.c, reported by kbuild test robot Davide Caratti (7):