lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 12 Oct 2021 20:26:24 +0800
From:   John Garry <john.garry@...wei.com>
To:     <jejb@...ux.ibm.com>, <martin.petersen@...cle.com>
CC:     <yanaijie@...wei.com>, <linux-scsi@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>,
        John Garry <john.garry@...wei.com>
Subject: [PATCH 0/4] hisi_sas: Some misc patches for next

This small series includes the following:
- Relocate the init device functionality to a more appropriate location
- Make the phy control function synchronous
- For faulty SATA disk, disable their phy to stop spinning in the error
  handler
- For previous patch we need to export a libsas phy control function

Thanks!

Luo Jiaxing (2):
  scsi: libsas: Export sas_phy_enable()
  scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset
    failure

Xiang Chen (2):
  scsi: hisi_sas: Initialise devices in .slave_alloc callback
  scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()

 drivers/scsi/hisi_sas/hisi_sas.h       |  1 +
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 89 ++++++++++++++++++++------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 13 +---
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 19 ++----
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 11 +---
 drivers/scsi/libsas/sas_init.c         |  3 +-
 include/scsi/libsas.h                  |  1 +
 7 files changed, 84 insertions(+), 53 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ