]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge patch series "smartpqi updates"
authorMartin K. Petersen <martin.petersen@oracle.com>
Sat, 3 Aug 2024 02:10:04 +0000 (22:10 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 3 Aug 2024 02:10:04 +0000 (22:10 -0400)
Don Brace <don.brace@microchip.com> says:

These patches are based on Martin Petersen's 6.11/scsi-queue tree

  https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git 6.11/scsi-queue

The functional changes of note to smartpqi are for: multipath failover
and improving the accuracy of our RAID bypass counter.

For multipath we are:

    Reverting commit 94a68c814328 ("scsi: smartpqi: Quickly propagate
    path failures to SCSI midlayer") because under certain rare
    conditions involving encryption-enabled devices, a false path
    failure is reported to the SML causing multipath to failover to
    the other path.

    Improving errors returned from the driver back to the SML by
    checking for error codes returned from the firmware and returning
    the correct ASC/ASCQ codes to the SML.

The other two patches add PCI-IDs for new controllers and change the
driver version.

Link: https://lore.kernel.org/r/20240711194704.982400-1-don.brace@microchip.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

Trivial merge