[GIT PULL] SCSI fixes for 3.19-rc2

2015-01-09 Thread James Bottomley
Just one fix: a qlogic busy wait regression. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes The short changelog is: Bruno Prémont (1): qla2xxx: fix busy wait regression And the diffstat: drivers/scsi/qla2xxx/qla_os.c | 4 +++- 1 file

[GIT PULL] SCSI fixes for 3.19-rc2

2015-01-02 Thread James Bottomley
This is a set of three fixes: one to correct an abort path thinko causing failures (and a panic) in USB on device misbehaviour, One to fix an out of order issue in the fnic driver and one to match discard expectations to qemu which otherwise cause Linux to behave badly as a guest. The patch is ava