Message ID | 1705904747-62186-1-git-send-email-chenxiang66@hisilicon.com |
---|---|
Headers | show |
Series | scsi: hisi_sas: Minor fixes and cleanups | expand |
> 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; Applied to 6.9/scsi-staging, thanks!
On Mon, 22 Jan 2024 14:25:43 +0800, chenxiang wrote: > 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 > > [...] Applied to 6.9/scsi-queue, thanks! [1/4] scsi: hisi_sas: Fix a deadlock issue related to automatic dump https://git.kernel.org/mkp/scsi/c/3c4f53b2c341 [2/4] scsi: hisi_sas: Remove redundant checks for automatic debugfs dump https://git.kernel.org/mkp/scsi/c/3f0305504765 [3/4] scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing it https://git.kernel.org/mkp/scsi/c/69097a631c03 [4/4] scsi: hisi_sas: Remove hisi_hba->timer for v3 hw https://git.kernel.org/mkp/scsi/c/f9242f166770
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(-)