On Fri, Apr 6, 2018 at 5:19 PM, Cong Wang wrote:
> When we delete a u32 key via u32_delete_key(), we forget to
> call idr_remove() to remove its handle from IDR.
>
> Fixes: e7614370d6f0 ("net_sched: use idr to allocate u32 filter handles")
> Reported-by: Marcin Kabiesz
Marcin sent me a tested-by
When we delete a u32 key via u32_delete_key(), we forget to
call idr_remove() to remove its handle from IDR.
Fixes: e7614370d6f0 ("net_sched: use idr to allocate u32 filter handles")
Reported-by: Marcin Kabiesz
Cc: Linus Torvalds
Cc: Jamal Hadi Salim
Signed-off-by: Cong Wang
---
net/sched/cls