mbox series

[0/5] hisi_sas: Misc patches for next

Message ID 1662378529-101489-1-git-send-email-john.garry@huawei.com
Headers show
Series hisi_sas: Misc patches for next | expand

Message

John Garry Sept. 5, 2022, 11:48 a.m. UTC
This series contains some misc patches for next, broadly divided into two
areas:
- Revert hack to limit max HW sectors for v3 HW since we now that we a
  proper solution in the core SCSI and DMA IOMMU code
- Deal with SATA disks being lost during controller reset

Thanks in advance,
John

John Garry (5):
  scsi: hisi_sas: Revert change to limit max hw sectors for v3 HW
  scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlier
  scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()
  scsi: hisi_sas: Add helper to process bcast events
  scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset

 drivers/scsi/hisi_sas/hisi_sas.h       |  1 +
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 37 ++++++++++++++++++++++----
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  4 +--
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  7 ++---
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 14 ++--------
 5 files changed, 38 insertions(+), 25 deletions(-)

Comments

Martin K. Petersen Sept. 7, 2022, 2:28 a.m. UTC | #1
John,

> This series contains some misc patches for next, broadly divided into two
> areas:
> - Revert hack to limit max HW sectors for v3 HW since we now that we a
>   proper solution in the core SCSI and DMA IOMMU code
> - Deal with SATA disks being lost during controller reset

Applied to 6.1/scsi-staging, thanks!