Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull more SCSI updates from James Bottomley: "This is the set of changes collected since just before the merge window opened. It's mostly minor fixes in drivers. The one non-driver set is the three optical disk (sr) changes where two are error path fixes and one is a helper conversion. The big driver change is the hpsa compat_alloc_userspace rework by Al so he can kill the remaining user. This has been tested and acked by the maintainer" * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (21 commits) scsi: acornscsi: Fix an error handling path in acornscsi_probe() scsi: storvsc: Remove memset before memory freeing in storvsc_suspend() scsi: cxlflash: Remove an unnecessary NULL check scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM scsi: sr: Fix sr_probe() missing deallocate of device minor scsi: sr: Fix sr_probe() missing mutex_destroy scsi: st: Convert convert get_user_pages() --> pin_user_pages() scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb() scsi: target: Fix NULL pointer dereference scsi: target: Initialize LUN in transport_init_se_cmd() scsi: target: Factor out a new helper, target_cmd_init_cdb() scsi: hpsa: hpsa_ioctl(): Tidy up a bit scsi: hpsa: Get rid of compat_alloc_user_space() scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_struct scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl() scsi: ufs: Remove redundant urgent_bkop_lvl initialization scsi: ufs: Don't update urgent bkops level when toggling auto bkops scsi: qedf: Remove redundant initialization of variable rc scsi: mpt3sas: Fix memset() in non-RDPQ mode scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj ...
Showing
- drivers/scsi/arm/acornscsi.c 3 additions, 1 deletiondrivers/scsi/arm/acornscsi.c
- drivers/scsi/cxlflash/main.c 0 additions, 3 deletionsdrivers/scsi/cxlflash/main.c
- drivers/scsi/hpsa.c 90 additions, 109 deletionsdrivers/scsi/hpsa.c
- drivers/scsi/ibmvscsi/ibmvscsi.c 2 additions, 0 deletionsdrivers/scsi/ibmvscsi/ibmvscsi.c
- drivers/scsi/iscsi_boot_sysfs.c 1 addition, 1 deletiondrivers/scsi/iscsi_boot_sysfs.c
- drivers/scsi/mpt3sas/mpt3sas_base.c 1 addition, 4 deletionsdrivers/scsi/mpt3sas/mpt3sas_base.c
- drivers/scsi/qedf/qedf_fip.c 1 addition, 1 deletiondrivers/scsi/qedf/qedf_fip.c
- drivers/scsi/sr.c 6 additions, 1 deletiondrivers/scsi/sr.c
- drivers/scsi/st.c 5 additions, 15 deletionsdrivers/scsi/st.c
- drivers/scsi/storvsc_drv.c 0 additions, 3 deletionsdrivers/scsi/storvsc_drv.c
- drivers/scsi/ufs/ufshcd.c 1 addition, 5 deletionsdrivers/scsi/ufs/ufshcd.c
- drivers/target/iscsi/iscsi_target.c 16 additions, 13 deletionsdrivers/target/iscsi/iscsi_target.c
- drivers/target/target_core_device.c 8 additions, 11 deletionsdrivers/target/target_core_device.c
- drivers/target/target_core_tmr.c 2 additions, 2 deletionsdrivers/target/target_core_tmr.c
- drivers/target/target_core_transport.c 42 additions, 13 deletionsdrivers/target/target_core_transport.c
- drivers/target/target_core_user.c 2 additions, 2 deletionsdrivers/target/target_core_user.c
- drivers/target/target_core_xcopy.c 6 additions, 3 deletionsdrivers/target/target_core_xcopy.c
- drivers/usb/gadget/function/f_tcm.c 4 additions, 2 deletionsdrivers/usb/gadget/function/f_tcm.c
- include/target/target_core_fabric.h 5 additions, 4 deletionsinclude/target/target_core_fabric.h
Loading
Please register or sign in to comment