Message ID | 1689045300-44318-1-git-send-email-chenxiang66@hisilicon.com (mailing list archive) |
---|---|
Headers | show |
Series | Some misc changes | expand |
> This series contain some fixes including: > - Fix completed I/O analysed as failed > - Block requests before a debugfs snapshot > - Delete unused lock in function hisi_sas_port_notify_formed() Applied to 6.6/scsi-staging, thanks!
On Tue, 11 Jul 2023 11:14:57 +0800, chenxiang wrote: > This series contain some fixes including: > - Fix completed I/O analysed as failed > - Block requests before a debugfs snapshot > - Delete unused lock in function hisi_sas_port_notify_formed() > > Xingui Yang (1): > scsi: hisi_sas: Fix normally completed I/O analysed as failed > > [...] Applied to 6.6/scsi-queue, thanks! [1/3] scsi: hisi_sas: Fix normally completed I/O analysed as failed https://git.kernel.org/mkp/scsi/c/f5393a5602ca [2/3] scsi: hisi_sas: Block requests before a debugfs snapshot https://git.kernel.org/mkp/scsi/c/32be33747d5d [3/3] scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed() https://git.kernel.org/mkp/scsi/c/29f45ed18aa9
From: Xiang Chen <chenxiang66@hisilicon.com> This series contain some fixes including: - Fix completed I/O analysed as failed - Block requests before a debugfs snapshot - Delete unused lock in function hisi_sas_port_notify_formed() Xingui Yang (1): scsi: hisi_sas: Fix normally completed I/O analysed as failed Yihang Li (2): scsi: hisi_sas: Block requests before a debugfs snapshot scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed() drivers/scsi/hisi_sas/hisi_sas_main.c | 5 ----- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 11 +++++++++-- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 16 +++++++++++----- 3 files changed, 20 insertions(+), 12 deletions(-)