RE: [PATCH v3 0/2] scsi: mpt3sas: prevent oops in the shutdown/unload path

2018-03-06 Thread Sreekanth Reddy
...@linux.vnet.ibm.com Subject: Re: [PATCH v3 0/2] scsi: mpt3sas: prevent oops in the shutdown/unload path Mauricio Faria, > Are you OK with / would ack this patchset for stable (v4.14+) ? > > I have the backports ready and can submit if you are OK with it. I am OK. Sreekanth? --

Re: [PATCH v3 0/2] scsi: mpt3sas: prevent oops in the shutdown/unload path

2018-03-06 Thread Martin K. Petersen
Mauricio Faria, > Are you OK with / would ack this patchset for stable (v4.14+) ? > > I have the backports ready and can submit if you are OK with it. I am OK. Sreekanth? -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v3 0/2] scsi: mpt3sas: prevent oops in the shutdown/unload path

2018-03-05 Thread Mauricio Faria de Oliveira
Martin, James, On 02/22/2018 01:07 AM, Martin K. Petersen wrote: The first patch prevents the SCSI error handlers to run once the shutdown/unload path starts. This avoids an oops at least in the host reset handler, on kernels with a recent patch, and also in the abort handler on kernels without

Re: [PATCH v3 0/2] scsi: mpt3sas: prevent oops in the shutdown/unload path

2018-02-21 Thread Martin K. Petersen
Mauricio, > The first patch prevents the SCSI error handlers to run once the > shutdown/unload path starts. This avoids an oops at least in the host > reset handler, on kernels with a recent patch, and also in the abort > handler on kernels without that patch. > > The second patch goes a step fu

[PATCH v3 0/2] scsi: mpt3sas: prevent oops in the shutdown/unload path

2018-02-16 Thread Mauricio Faria de Oliveira
The first patch prevents the SCSI error handlers to run once the shutdown/unload path starts. This avoids an oops at least in the host reset handler, on kernels with a recent patch, and also in the abort handler on kernels without that patch. The second patch goes a step further, and prevents th