Re: [PATCH] rhashtable: Fix potential deadlock by moving schedule_work outside lock
From: Breno Leitao <leitao@debian.org>
Date: 2025-01-02 10:15:41
Also in:
lkml
From: Breno Leitao <leitao@debian.org>
Date: 2025-01-02 10:15:41
Also in:
lkml
On Sat, Dec 21, 2024 at 05:06:55PM +0800, Herbert Xu wrote:
On Thu, Dec 12, 2024 at 08:33:31PM +0800, Herbert Xu wrote:quoted
The growth check should stay with the atomic_inc. Something like this should work:OK I've applied your patch with the atomic_inc move.
Sorry, I was on vacation, and I am back now. Let me know if you need anything further. Thanks for fixing it, --breno