Arnd Bergmann
de8c36bba3
scsi: lpfc: avoid harmless comparison warning
...
When building with -Wextra, we get a lot of warnings for the lpfc driver
concerning expressions that are always true, starting with:
drivers/scsi/lpfc/lpfc_attr.c: In function 'lpfc_enable_npiv_init':
drivers/scsi/lpfc/lpfc_attr.c:2786:77: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
drivers/scsi/lpfc/lpfc_attr.c: In function 'lpfc_enable_rrq_init':
drivers/scsi/lpfc/lpfc_attr.c:2802:76: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
drivers/scsi/lpfc/lpfc_attr.c: In function 'lpfc_suppress_link_up_init':
drivers/scsi/lpfc/lpfc_attr.c:2812:2050: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
drivers/scsi/lpfc/lpfc_attr.c: In function 'lpfc_log_verbose_init':
drivers/scsi/lpfc/lpfc_attr.c:3064:1930: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
The code works as intended, but it would be nice to shut up the warning
so we don't clutter up build logs with this. Using a separate inline
function for it makes it clear to the compiler that the comparison is
necessary in the caller but still lets it do the constant-folding.
[mkp: fix typo]
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de >
Acked-by: James Smart <james.smart@broadcom.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-20 19:53:07 -04:00
Hannes Reinecke
9a6cf881df
fcoe: implement FIP VLAN responder
...
When running in VN2VN mode there is no central instance which would send
out any FIP VLAN discovery notifications. So this patch adds a new sysfs
attribute 'fip_vlan_responder' which will activate a FIP VLAN discovery
responder.
Signed-off-by: Hannes Reinecke <hare@suse.com >
Acked-by: Johannes Thumshirn <jth@kernel.org >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-20 19:49:41 -04:00
Hannes Reinecke
b3d30f4a24
fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'
...
Do not use a generic name to avoid confusions with other usages.
Signed-off-by: Hannes Reinecke <hare@suse.com >
Acked-by: Johannes Thumshirn <jth@kernel.org >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-20 19:49:02 -04:00
Johannes Thumshirn
31979008fd
lpfc: call lpfc_sli_validate_fcp_iocb() with the hbalock held
...
Call lpfc_sli_validate_fcp_iocb() with the hbalock held, as the pointer
to iocbq is not guaranteed to still be valid after looking it up.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de >
Reviewed-by: Laurence Oberman <loberman@redhat.com >
Acked-by: James Smart <james.smart@broadcom.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-20 19:45:35 -04:00
Tiezhu Yang
fcbefc3b2b
scsi: ufs: remove unnecessary goto label
...
When buff_ascii kmalloc failed, there is no need to call kfree, it
should return -ENOMEM directly, this patch fixes it.
Signed-off-by: Tiezhu Yang <kernelpatch@126.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:44:45 -04:00
Don Brace
3fb134cb4c
hpsa: change hpsa_passthru_ioctl timeout
...
Was not alloting for FW Flash times.
Reviewed-by: Scott Teel <scott.teel@microsemi.com >
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com >
Signed-off-by: Don Brace <don.brace@microsemi.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:40:54 -04:00
Don Brace
64ce60cab2
hpsa: correct skipping masked peripherals
...
The SA controller spins down RAID drive spares.
A REGNEWD event causes an inquiry to be sent to all physical
drives. This causes the SA controller to spin up the spare.
The controller suspends all I/O to a logical volume until
the spare is spun up. The spin-up can take over 50 seconds.
This can result in one or both of the following:
- SML sends down aborts and resets to the logical volume
and can cause the logical volume to be off-lined.
- a negative impact on the logical volume's I/O performance
each time a REGNEWD is triggered.
Reviewed-by: Scott Teel <scott.teel@microsemi.com >
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com >
Signed-off-by: Don Brace <don.brace@microsemi.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:40:39 -04:00
Himanshu Madhani
094f71c70b
qla2xxx: Update driver version to 8.07.00.38-k
...
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:52 -04:00
Sawan Chandak
061b5c3c48
qla2xxx: Fix BBCR offset
...
Fixes: 969a619 ("qla2xxx: Add support for buffer to buffer credit value for ISP27XX.")
Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:51 -04:00
Sawan Chandak
75d560e095
qla2xxx: Fix duplicate message id.
...
Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:51 -04:00
Sawan Chandak
a465537ad1
qla2xxx: Disable the adapter and skip error recovery in case of register disconnect.
...
If there is error recovery going on due to command timeout and
there is register disconnect, then disable the adapter.
Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:50 -04:00
Joe Carnuccio
9e052e2d4f
qla2xxx: Separate ISP type bits out from device type.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:50 -04:00
Joe Carnuccio
ef55e5133c
qla2xxx: Correction to function qla26xx_dport_diagnostics().
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:49 -04:00
Joe Carnuccio
41233cd3a4
qla2xxx: Add support to handle Loop Init error Asynchronus event.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:49 -04:00
Joe Carnuccio
40f3862ba9
qla2xxx: Let DPORT be enabled purely by nvram.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:48 -04:00
Sawan Chandak
8437dda036
qla2xxx: Add bsg interface to support statistics counter reset.
...
[mkp: Folded in compile fix]
Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:35:37 -04:00
Joe Carnuccio
ec89146215
qla2xxx: Add bsg interface to support D_Port Diagnostics.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Sawan Chandak
783e0dc4f6
qla2xxx: Check for device state before unloading the driver.
...
During hot swap of PCI device, there can be PCI error on device,
during normal driver unload. The race between normal driver unload and
driver unload due to PCI error, can lead to system crash.Fix is to check
if there is unload going on and allow that function to unload the driver.
Signed-off-by: Sawan Chandak <sawan.chandak@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
c6dc99058e
qla2xxx: Properly reset firmware statistics.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
fc90adaf05
qla2xxx: Properly initialize IO statistics.
...
Properly initialize IO statistics to avoid initial 0xFFFFFFF (-1) values.
Cleanup/simplify usage of pointer to statistics structure.
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
a7ddd02b10
qla2xxx: Make debug buffer log easier to view.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
a2b3e01da7
qla2xxx: Add module parameter alternate/short names.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Giridhar Malavali
088d09d465
qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode.
...
When VP decoupling enabled, there could be a window where, FLOGI from initiators
can be dropped before VP0 is enabled, causing link level recovery.
Retry FLOGI to avoid link level recovery.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
a29b3dd7aa
qla2xxx: Shutdown board on thermal shutdown aen.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
ad1ef1777d
qla2xxx: Add ram area DDR for fwdump template entry T262.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
Joe Carnuccio
f1d7ce65c9
qla2xxx: Remove sysfs node fw_dump_template.
...
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com >
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:31:31 -04:00
James Smart
648222d265
lpfc: Update lpfc version to 11.2.0.0
...
Update lpfc version to 11.2.0.0
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
51f4ca3c93
lpfc: Copyright updates
...
Copyright updates
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
a03a4219a4
lpfc: Disable FDMI probing if not connected to a fabric
...
Disable FDMI probing if not connected to a fabric
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
115a4124ba
lpfc: Correct issue with ioremap() call on 32bit kernel
...
Correct issue with ioremap() call on 32bit kernel
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
93dd1911cf
lpfc: Re-organize source for easier driver attribute management
...
Re-organize source for easier driver attribute management
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
12247e8101
lpfc: Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_mode
...
Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_mode
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
8eb8b960fd
lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_delay_discovery
...
Remove global lpfc_delay_discovery attribute in leiu of per-hba
lpfc_delay_discovery
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
458c083e83
lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable_npiv
...
Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable_npiv
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
0e916ee71d
lpfc: Correct Port reset resulting in FC port going offline
...
Correct Port reset resulting in FC port going offline
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
c92c841cc7
lpfc: Add support for XLane LUN priority
...
Add support for XLane LUN priority
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
5b1993dedf
lpfc: Correct RDP response Revision location
...
Correct RDP response Revision location
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
12f4445733
lpfc: Re-organize source for easier device-id management
...
Re-organize source for easier device-id management
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
a1cadfeffa
lpfc: Correct FCOE discovery to avoid loss of storage devices after system reboot
...
Correct FCOE discovery to avoid loss of storage devices after system reboot
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
4597663fab
lpfc: Fix SLI mode 2 config failure
...
Fix SLI mode 2 config failure
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
7bdedb34a0
lpfc: Add MDS Diagnostics Support
...
Add MDS Diagnostics Support
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
08dcd4cf3b
lpfc: Add sysfs proc_name support
...
Add sysfs proc_name support
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
7d9333139e
lpfc: Reject RDP ELS if port has no login
...
Reject RDP ELS if port has no login
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
3aaaa31417
lpfc: Correct Buffer credit descriptor values in RDP response
...
Correct Buffer credit descriptor values in RDP response
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
65791f1f90
lpfc: Add recovery from adapter parity errors on some SLI4 adapters
...
Add recovery from adapter parity errors on some SLI4 adapters
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
6c92d1d0ce
lpfc: Correct RDP response sizing issue
...
Correct RDP response sizing issue
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
310429ef11
lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on Linux
...
Fix Transgression Flag of Optical Element descriptor for RDP on Linux
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
Dan Carpenter
0073887ae5
ibmvfc: prevent a potential deadlock
...
My static checker complains that we need to unlock on this path. Seems
true.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com >
Reviewed-by: Brian King <brking@linux.vnet.ibm.com >
Reviewed-by: Ewan D. Milne <emilne@redhat.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:13:52 -04:00
Hans de Goede
866d372e86
usb: MAINTAINERS: Oliver Neukum is the new uas maintainer
...
Oliver Neukum is taking over uas maintainership from me and Gerd
Hoffmann.
Cc: Oliver Neukum <oneukum@suse.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Signed-off-by: Hans de Goede <hdegoede@redhat.com >
Acked-by: Oliver Neukum <oneukum@suse.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:12:17 -04:00
Christoph Hellwig
9aa9cc4221
scsi: remove the disable_blk_mq host flag
...
We've had scsi-mq for 2.5 years now, so we can remove the unused flag to
disable the code on a per-host basis that was put in for unexpected
emergencies during bringup.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:11:20 -04:00