Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462896 > unrolled thread
| Started by | Johannes Thumshirn <jthumshirn@suse.de> |
|---|---|
| First post | 2016-08-15 17:20 +0200 |
| Last post | 2016-08-15 17:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/3] Fix panic when a SES device is attached to a hpsa logical volume. Johannes Thumshirn <jthumshirn@suse.de> - 2016-08-15 17:20 +0200
| From | Johannes Thumshirn <jthumshirn@suse.de> |
|---|---|
| Date | 2016-08-15 17:20 +0200 |
| Subject | [PATCH v2 0/3] Fix panic when a SES device is attached to a hpsa logical volume. |
| Message-ID | <s6rQe-7ef-5@gated-at.bofh.it> |
The first patch provides stub implementations for scsi_is_sas_phy()
and sas_get_address() for the case that CONFIG_SCSI_SAS_ATTRS is not
defined.
The second patch implements the actual fix in ses.c by changing the
is_sas_attached() call to scsi_is_sas_rphy().
The third and last patch removes is_sas_attached() as it doesn't have
any more consumers left.
Johannes Thumshirn (3):
sas: provide stub implementations for scsi_is_sas_phy and
sas_get_address
ses: use scsi_is_sas_rphy instead of is_sas_attached
sas: remove is_sas_attached()
drivers/scsi/scsi_transport_sas.c | 16 ----------------
drivers/scsi/ses.c | 2 +-
include/scsi/scsi_transport_sas.h | 12 ++++++++----
3 files changed, 9 insertions(+), 21 deletions(-)
--
1.8.5.6
Back to top | Article view | linux.kernel
csiph-web