Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "Seven fixes, all in drivers. The hpsa three are the most extensive and the most problematic: it's a packed structure misalignment that oopses on ia64 but looks like it would also oops on quite a few non-x86 architectures. The pm80xx is a regression and the rest are bug fixes for patches in the misc tree" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state scsi: target: iscsi: Fix zero tag inside a trace event scsi: pm80xx: Fix chip initialization failure scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs scsi: ufs: core: Fix task management request completion timeout scsi: hpsa: Add an assert to prevent __packed reintroduction scsi: hpsa: Fix boot on ia64 (atomic_t alignment) scsi: hpsa: Use __packed on individual structs, not header-wide
Showing
- drivers/scsi/hpsa_cmd.h 45 additions, 33 deletionsdrivers/scsi/hpsa_cmd.h
- drivers/scsi/pm8001/pm8001_hwi.c 4 additions, 4 deletionsdrivers/scsi/pm8001/pm8001_hwi.c
- drivers/scsi/scsi_transport_srp.c 1 addition, 1 deletiondrivers/scsi/scsi_transport_srp.c
- drivers/scsi/ufs/ufshcd.c 14 additions, 17 deletionsdrivers/scsi/ufs/ufshcd.c
- drivers/target/iscsi/iscsi_target.c 1 addition, 2 deletionsdrivers/target/iscsi/iscsi_target.c
Please register or sign in to comment