Re: [v2 PATCH 0/2] rhashtable: rhashtable with duplicate objects
From: Johannes Berg <hidden>
Date: 2016-09-19 10:10:27
Also in:
linux-wireless
From: Johannes Berg <hidden>
Date: 2016-09-19 10:10:27
Also in:
linux-wireless
Btw, for debug I put
BUG_ON(atomic_read(&ht->nelems) < 0);
after the atomic_dec() in __rhashtable_remove_fast_one(). That makes
the kernel crash instantly on the buggy code, and I just have to run a
single test ("wpas_ctrl_interface_add_many") to get there.
johannes