[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <95e0ba26-7153-4b92-9a20-412ee4e1490d@linux.vnet.ibm.com>
Date: Thu, 2 Nov 2023 11:02:56 -0500
From: Thinh Tran <thinhtr@...ux.vnet.ibm.com>
To: Michael Chan <michael.chan@...adcom.com>
Cc: netdev@...r.kernel.org, siva.kallam@...adcom.com, prashant@...adcom.com,
mchan@...adcom.com, drc@...ux.vnet.ibm.com, pavan.chebbi@...adcom.com,
Venkata Sai Duggi <venkata.sai.duggi@....com>
Subject: Re: [PATCH] net/tg3: fix race condition in tg3_reset_task_cancel()
Hi Michael,
On 10/3/2023 5:05 PM, Thinh Tran wrote:
> Thanks for the review.
>
> On 10/3/2023 4:37 AM, Michael Chan wrote:
>
>>
>> tg3_flag_set() calls set_bit() which is atomic. The same is true for
>> tg3_flag_clear(). Maybe we just need some smp_mb__after_atomic() or
>> similar memory barriers.
>>
>
> I did not see it being used in this driver. I'll try that.
>
> Thinh Tran
>
I tried that but still the intermittent problem still persists.
I have a fix that I'll describe in V2 of the patch
Thinh Tran
Powered by blists - more mailing lists