public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] scsi: hisi_sas: Fix IO errors caused by hardware port ID changes
@ 2025-03-12  9:51 Xingui Yang
  2025-03-12  9:51 ` [PATCH v4 1/2] scsi: hisi_sas: Enable force phy when SATA disk directly connected Xingui Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Xingui Yang @ 2025-03-12  9:51 UTC (permalink / raw)
  To: john.g.garry, yanaijie
  Cc: jejb, martin.petersen, linux-scsi, linuxarm, prime.zeng,
	yangxingui, liuyonglong, kangfenglong, liyangyang20, f.fangjian,
	xiabing14, zhonghaoquan

This series of patches is used to solve the problem that IO may be sent to
the incorrect disk after the HW port ID of the directly connected device
is changed.

Changes from v3:
- Lose and find the disk when hw port id changes based on John's suggestion

Changes from v2:
- Use asynchronous scheduling

Changes from v1:
- Fix "BUG: Atomic scheduling in clear_itct_v3_hw()"

Xingui Yang (2):
  scsi: hisi_sas: Enable force phy when SATA disk directly connected
  scsi: hisi_sas: Fix IO errors caused by hardware port ID changes

 drivers/scsi/hisi_sas/hisi_sas_main.c  | 20 ++++++++++++++++++++
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  9 +++++++--
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 14 ++++++++++++--
 3 files changed, 39 insertions(+), 4 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-24  7:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12  9:51 [PATCH v4 0/2] scsi: hisi_sas: Fix IO errors caused by hardware port ID changes Xingui Yang
2025-03-12  9:51 ` [PATCH v4 1/2] scsi: hisi_sas: Enable force phy when SATA disk directly connected Xingui Yang
2025-03-12  9:51 ` [PATCH v4 2/2] scsi: hisi_sas: Fix IO errors caused by hardware port ID changes Xingui Yang
2025-03-20 15:37 ` [PATCH v4 0/2] " John Garry
2025-03-24  7:20   ` yangxingui
2025-03-21  0:47 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox