Re: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2018-04-24 Thread Greg KH
On Mon, Apr 23, 2018 at 06:28:03PM +, Igor Rybak wrote: > Hi, > > We are running kernel 4.4.0-22 and the patch below does not seem to be > present in the mpt3sas driver. Can you please confirm? Please update your kernel, this patch was in the 4.4.36 kernel release which came out December 2,

RE: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2018-04-23 Thread Igor Rybak
, 2016 8:38 PM To: Andrey Grodzovsky Cc: PDL-MPT-FUSIONLINUX; Igor Rybak; Ezra Kohavi; linux-scsi@vger.kernel.org; Sathya Prakash; Chaitra P B; Suganath Prabu Subramani; Hannes Reinecke; sta...@vger.kernel.org Subject: Re: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4) On Thu, Nov

Re: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2016-11-14 Thread Martin K. Petersen
> "Andrey" == Andrey Grodzovsky writes: Andrey, Andrey> Regarding older code where there is still a separate mpt2sas Andrey> driver, should a separate patch to be done or this fix will be Andrey> ported there ? Feel free to submit a mpt2sas patch to the pre-4.4 stable trees. -- Martin K.

Re: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2016-11-12 Thread Andrey Grodzovsky
On Sat, Nov 12, 2016 at 10:29 AM, Martin K. Petersen wrote: >> "Andrey" == Andrey Grodzovsky writes: > > Andrey, > > Andrey> Problem: This is a work around for a bug with LSI Fusion MPT > Andrey> SAS2 when pefroming secure erase. Due to the very long time the > Andrey> operation takes command

Re: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2016-11-12 Thread Martin K. Petersen
> "Andrey" == Andrey Grodzovsky writes: Andrey, Andrey> Problem: This is a work around for a bug with LSI Fusion MPT Andrey> SAS2 when pefroming secure erase. Due to the very long time the Andrey> operation takes commands issued during the erase will time out Andrey> and will trigger executi

Re: [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2016-11-10 Thread Sreekanth Reddy
On Thu, Nov 10, 2016 at 8:05 PM, Andrey Grodzovsky wrote: > Problem: > This is a work around for a bug with LSI Fusion MPT SAS2 when > pefroming secure erase. Due to the very long time the operation > takes commands issued during the erase will time out and will trigger > execution of abort hook.

[PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

2016-11-10 Thread Andrey Grodzovsky
Problem: This is a work around for a bug with LSI Fusion MPT SAS2 when pefroming secure erase. Due to the very long time the operation takes commands issued during the erase will time out and will trigger execution of abort hook. Even though the abort hook is called for the specific command which t