On Fri, Apr 6, 2018 at 5:19 PM, Cong Wang <xiyou.wangc...@gmail.com> 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 <ad...@hostcenter.eu>
Marcin sent me a tested-by too, so this seems all good. Thanks, Linus