Re: Race condition in Kernel

2021-04-01 Thread Ming Lei
nt: Thursday, March 25, 2021 7:16 AM > To: Gulam Mohamed > Cc: h...@infradead.org; linux-kernel@vger.kernel.org; > linux-bl...@vger.kernel.org; Junxiao Bi ; Martin > Petersen ; ax...@kernel.dk > Subject: Re: Race condition in Kernel > > On Wed, Mar 24, 2021 at 12:37:03PM +

RE: Race condition in Kernel

2021-04-01 Thread Gulam Mohamed
...@vger.kernel.org; Junxiao Bi ; Martin Petersen ; ax...@kernel.dk Subject: Re: Race condition in Kernel On Wed, Mar 24, 2021 at 12:37:03PM +, Gulam Mohamed wrote: > Hi All, > > We are facing a stale link (of the device) issue during the iscsi-logout > process if we use parted

Re: Race condition in Kernel

2021-03-24 Thread Ming Lei
On Wed, Mar 24, 2021 at 12:37:03PM +, Gulam Mohamed wrote: > Hi All, > > We are facing a stale link (of the device) issue during the iscsi-logout > process if we use parted command just before the iscsi logout. Here are the > details: > > As part of iscsi logout, the partitio

Re: Race condition in Kernel

2021-03-24 Thread Junxiao Bi
On 3/24/21 5:37 PM, Ming Lei wrote: On Wed, Mar 24, 2021 at 12:37:03PM +, Gulam Mohamed wrote: Hi All, We are facing a stale link (of the device) issue during the iscsi-logout process if we use parted command just before the iscsi logout. Here are the details: As part of

Re: Race condition in Kernel

2021-03-24 Thread Ming Lei
On Wed, Mar 24, 2021 at 12:37:03PM +, Gulam Mohamed wrote: > Hi All, > > We are facing a stale link (of the device) issue during the iscsi-logout > process if we use parted command just before the iscsi logout. Here are the > details: > > As part of iscsi logout, the partitio

Re: race condition in kernel/padata.c

2017-03-23 Thread Steffen Klassert
On Thu, Mar 23, 2017 at 12:03:43AM +0100, Jason A. Donenfeld wrote: > Hey Steffen, > > WireGuard makes really heavy use of padata, feeding it units of work > from different cores in different contexts all at the same time. For > the most part, everything has been fine, but one particular user has