Re: [PATCH] rhashtable: Fix potential deadlock by moving schedule_work outside lock

2025-01-10 Thread Breno Leitao
Hello Herbet, On Fri, Jan 10, 2025 at 05:27:49PM +0800, Herbert Xu wrote: > Sorry, I think it was my addition that broke things. The condition > for checking whether an entry is inserted is incorrect, thus resulting > in an underflow of the number of entries after entry removal. That is what I

Re: [PATCH] rhashtable: Fix potential deadlock by moving schedule_work outside lock

2025-01-09 Thread Breno Leitao
Hello Michael, On Thu, Jan 09, 2025 at 03:16:03AM +, Michael Kelley wrote: > From: Breno Leitao Sent: Thursday, January 2, 2025 2:16 AM > > > > 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 wr