There was an error fetching the commit references. Please try again later.
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "A number of fairly small fixes, mostly in drivers but two in the core to change a retry for depopulation (a trendy new hdd thing that reorganizes blocks away from failing elements) and one to fix a GFP_ annotation to avoid a lock dependency (the third core patch is all in testing)" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: qla1280: Fix kernel oops when debug level > 2 scsi: ufs: core: Fix error return with query response scsi: storvsc: Set correct data length for sending SCSI command without payload scsi: ufs: core: Fix use-after free in init error and remove paths scsi: core: Do not retry I/Os during depopulation scsi: core: Use GFP_NOIO to avoid circular locking dependency scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowed scsi: ufs: core: Ensure clk_gating.lock is used only after initialization scsi: ufs: core: Simplify temperature exception event handling scsi: target: core: Add line break to status show scsi: ufs: core: Fix the HIGH/LOW_TEMP Bit Definitions scsi: core: Add passthrough tests for success and no failure definitions
No related branches found
No related tags found
Showing
- drivers/scsi/qla1280.c 1 addition, 1 deletiondrivers/scsi/qla1280.c
- drivers/scsi/scsi_lib.c 7 additions, 2 deletionsdrivers/scsi/scsi_lib.c
- drivers/scsi/scsi_lib_test.c 7 additions, 0 deletionsdrivers/scsi/scsi_lib_test.c
- drivers/scsi/scsi_scan.c 1 addition, 1 deletiondrivers/scsi/scsi_scan.c
- drivers/scsi/storvsc_drv.c 1 addition, 0 deletionsdrivers/scsi/storvsc_drv.c
- drivers/target/target_core_stat.c 2 additions, 2 deletionsdrivers/target/target_core_stat.c
- drivers/ufs/core/ufshcd.c 35 additions, 33 deletionsdrivers/ufs/core/ufshcd.c
- drivers/ufs/host/ufshcd-pci.c 0 additions, 2 deletionsdrivers/ufs/host/ufshcd-pci.c
- drivers/ufs/host/ufshcd-pltfrm.c 9 additions, 19 deletionsdrivers/ufs/host/ufshcd-pltfrm.c
- include/ufs/ufs.h 2 additions, 2 deletionsinclude/ufs/ufs.h
- include/ufs/ufshcd.h 0 additions, 1 deletioninclude/ufs/ufshcd.h
Loading
Please register or sign in to comment