-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Erwan Velu Sent: Wednesday, April 10, 2019 6:03 AM Cc: Erwan Velu <[email protected]>; Don Brace <[email protected]>; James E.J. Bottomley <[email protected]>; Martin K. Petersen <[email protected]>; open list:MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi) <[email protected]>; open list:MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi) <[email protected]>; open list <[email protected]> Subject: Re: [PATCH] scsi: smartpqi: Reporting unhandled SCSI errors
Hi there ! Any reactions to this one ? I didn't got a single comment. Cheers, Erwan, Le jeu. 21 mars 2019 à 10:49, Erwan Velu <[email protected]> a écrit : > > When a HARDWARE_ERROR is triggered for asc=0x3e, the actual code is only > considering the case where ascq=0x1. > > Following the http://www.t10.org/lists/asc-num.htm#ASC_3E specification, > other values may occur like a timeout (ascq=0x2). > > This patch is about printing an error message when a non-handled message is > received. > This could help diagnose a possible miss-behavior of the controller and/or a > missing implementation in the Linux Kernel. > > This patch keeps the exact same error handling but prints a message if an > ascq != 1 income. > > Signed-off-by: Erwan Velu <[email protected]> Acked-by: Don Brace <[email protected]>

