Re: [PATCH v2] scsi: handle special return codes for ABORTED COMMAND

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2018-02-23 08:33 AM, Martin Wilck wrote:
Gentle reminder - reviews welcome ...

On Tue, 2018-01-30 at 11:25 +0100, Martin Wilck wrote:
Introduce a new blist flag that indicates the device may return
certain
sense code/ASC/ASCQ combinations that indicate different treatment
than
normal. In particular, some devices need unconditional retry (aka
ADD_TO_MLQUEUE) under certain conditions; otherwise path failures may
be
falsely detected in the "maybe_retry" case.

Because different devices use different sense codes to indicate this
condition, a single bit is not enough. But we also can't use a bit
for
every possible status code. Therefore the new flag
BLIST_ABORTED_CMD_QUIRK
just indicates that this is a device for which the return code should
be
checked. An extra "blacklist" in scsi_aborted_cmd_quirk() then checks
for
known ASC/ASCQ combinations, and handles them.

When such a combination is encountered for the first time, a message
is
printed. In systems that have several different peripherals using
this
flag, that might lead to a wrong match without a warning. This small
risk
is a compromise between exactness and the excessive resources that
would be
required to check for matching device vendor and model name every
time.
Also, if there were different devices (identified by vendor/model)
using
the same ASC/ASCQ, the code might print stray warnings. But the
additional
effort to required to handle this 100% correctly is hardly justified
with
the current minimal "blacklist".

I chose to recycle devinfo flag (1<<11) (former BLIST_INQUIRY_58,
free
since 496c91bbc910) for this purpose rather than extending
blist_flags_t to
64 bit. This could be easily changed of course.

This patch replaces the previously submitted patches
  "scsi: handle ABORTED_COMMAND on Fujitsu ETERNUS" and
  "scsi: Always retry internal target error" (Hannes Reinecke)

Changes in v2:
  - use ARRAY_SIZE (Bart van Assche)
  - make blist array static const and use separate bitmask for warned
flag
    (Bart van Assche)
  - Fix string comparison for SCSI vendor and model
  - Print warning at scsi_logging_level 0, and improve message
formatting

Signed-off-by: Martin Wilck <mwilck@xxxxxxxx>

I checked the code for the ABORTED COMMAND asc=0x10 case. That is a bunch
of Protection Information errors which retrying would be pointless. And
the existing code does check for that just before the new check for
BLIST_ABORTED_CMD_QUIRK. The PI check has the cryptic comment /* DIF */
and we also have 'T10 DIF' appearing in defines. 'DIF' is mentioned _once_
in the T10 drafts thatI can find (in sbc4r15.pdf the last sentence of
section 4.22.1) and is not cross-referenced anywhere that I can find.

So anyway, Martin (P.), could we have and explanation somewhere prominent in
our code what DIF and DIX mean in SCSI (and other standards) terms?

But that is not this patch's problem, so:

Reviewed-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx>





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux