Re: [PATCH 0/6 net-next] rhashtable fixes
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-02-03 17:21:16
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-02-03 17:21:16
On 01/30/15 at 05:56pm, Ying Xue wrote:
On 01/30/2015 05:29 PM, Thomas Graf wrote:quoted
Right, I see the same soft lockup. Interestingly I cannot trigger it with the rht test code. I can only trigger it with your Netlink socket creation stress test. It is definitely related to the deferred worker, when I disable growing, then the bug disappears.Yes, when I disable expansion, the soft lockup also disappears too.
I have found the last remaining race and can now run your test program successfully in an endless loop. I will resubmit a v2 of this series.