Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "This is a set of six fixes. Two are instant crash/null deref types (storvsc and isci). The two qla2xxx are initialisation problems that cause MSI-X failures and card misdetection, the isci erroneous macro is actually illegal C that's causing a miscompile with certain gcc versions and the be2iscsi bad if expression is a static checker fix" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: [SCSI] storvsc: NULL pointer dereference fix [SCSI] qla2xxx: Poll during initialization for ISP25xx and ISP83xx [SCSI] isci: correct erroneous for_each_isci_host macro [SCSI] isci: fix reset timeout handling [SCSI] be2iscsi: fix bad if expression [SCSI] qla2xxx: Fix multiqueue MSI-X registration.
No related branches found
No related tags found
Showing
- drivers/scsi/be2iscsi/be_main.c 1 addition, 1 deletiondrivers/scsi/be2iscsi/be_main.c
- drivers/scsi/isci/host.h 2 additions, 3 deletionsdrivers/scsi/isci/host.h
- drivers/scsi/isci/port_config.c 0 additions, 7 deletionsdrivers/scsi/isci/port_config.c
- drivers/scsi/isci/task.c 1 addition, 1 deletiondrivers/scsi/isci/task.c
- drivers/scsi/qla2xxx/qla_def.h 1 addition, 2 deletionsdrivers/scsi/qla2xxx/qla_def.h
- drivers/scsi/qla2xxx/qla_isr.c 30 additions, 16 deletionsdrivers/scsi/qla2xxx/qla_isr.c
- drivers/scsi/storvsc_drv.c 3 additions, 0 deletionsdrivers/scsi/storvsc_drv.c
Loading
Please register or sign in to comment