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)
commit5f36bd89a9948ae23571f9ffd122d7de1ced73e0
tree4eebe5bd22c269965f6cf08412580540a6435cb8
parent52448d5fa3bad8b3e8d90d96366c80fd67844b0f
parent5b4ded3f35d5b2c077e4035b66af2d04668d7ee5
Merge patch series "smartpqi updates"

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>