public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] scsi: hisi_sas: Minor fixes and cleanups
@ 2024-01-22  6:25 chenxiang
  2024-01-22  6:25 ` [PATCH 1/4] scsi: hisi_sas: Fix a deadlock issue related to automatic dump chenxiang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chenxiang @ 2024-01-22  6:25 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linux-scsi, linuxarm, Xiang Chen

From: Xiang Chen <chenxiang66@hisilicon.com>

This series contains some fixes and cleanups including:
- Fix a deadlock issue related to automatic debugfs;
- Remove redundant checks for automatic debugfs;
- Check whether debugfs is enabled before removing or releasing it;
- Remove hisi_hba->timer for v3 hw;

Xiang Chen (1):
  scsi: hisi_sas: Remove hisi_hba->timer for v3 hw

Yihang Li (3):
  scsi: hisi_sas: Fix a deadlock issue related to automatic dump
  scsi: hisi_sas: Remove redundant checks for automatic debugfs dump
  scsi: hisi_sas: Check whether debugfs is enabled before removing or
    releasing it

 drivers/scsi/hisi_sas/hisi_sas_main.c  | 26 ++++++++++++++++++++------
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c |  8 +++++---
 2 files changed, 25 insertions(+), 9 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2024-01-30  2:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22  6:25 [PATCH 0/4] scsi: hisi_sas: Minor fixes and cleanups chenxiang
2024-01-22  6:25 ` [PATCH 1/4] scsi: hisi_sas: Fix a deadlock issue related to automatic dump chenxiang
2024-01-22  6:25 ` [PATCH 2/4] scsi: hisi_sas: Remove redundant checks for automatic debugfs dump chenxiang
2024-01-22  6:25 ` [PATCH 3/4] scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing it chenxiang
2024-01-22  6:25 ` [PATCH 4/4] scsi: hisi_sas: Remove hisi_hba->timer for v3 hw chenxiang
2024-01-25  2:14 ` [PATCH 0/4] scsi: hisi_sas: Minor fixes and cleanups Martin K. Petersen
2024-01-30  2:26 ` 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