Re: [v3 PATCH 0/2] rhashtable: rhashtable with duplicate objects
From: David Miller <hidden>
Date: 2016-09-20 08:44:19
Also in:
linux-wireless
From: David Miller <hidden>
Date: 2016-09-20 08:44:19
Also in:
linux-wireless
From: Johannes Berg <redacted> Date: Mon, 19 Sep 2016 13:32:12 +0200
On Mon, 2016-09-19 at 13:03 +0200, Johannes Berg wrote:quoted
On Mon, 2016-09-19 at 18:58 +0800, Herbert Xu wrote:quoted
v3 fixes a bug in the remove path that causes the element count to decrease when it shouldn't, leading to a gigantic hash table when it underflows.Ok, with the BUG_ON() thrown in, this works in the test that was failing before. I'll run the entire suite again over lunch.Ok, the entire test suite passed (with the BUG_ON, but hey). Dave, let me know what you want to do (or have done, as it may be).
I'll apply this directly to net-next and push it out after some build testing. Thanks guys.