From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-scsi <linux-scsi@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] final round of SCSI updates for the 5.6+ merge window
Date: Sat, 13 Jun 2020 08:15:11 -0700 [thread overview]
Message-ID: <1592061311.5201.7.camel@HansenPartnership.com> (raw)
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.
There's a minor merge conflict in sr.c because of a711d91cd97e ("block:
add a cdrom_device_info pointer to struct gendisk") but the resolution
is pretty obvious.
The patch is available here:
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc
The short changelog is:
Al Viro (4):
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()
Bodo Stroesser (1):
scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range
Can Guo (1):
scsi: ufs: Don't update urgent bkops level when toggling auto bkops
Christophe JAILLET (1):
scsi: acornscsi: Fix an error handling path in acornscsi_probe()
Colin Ian King (1):
scsi: qedf: Remove redundant initialization of variable rc
Dan Carpenter (1):
scsi: cxlflash: Remove an unnecessary NULL check
Denis Efremov (1):
scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()
John Hubbard (1):
scsi: st: Convert convert get_user_pages() --> pin_user_pages()
Qiushi Wu (1):
scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj
Simon Arlott (2):
scsi: sr: Fix sr_probe() missing deallocate of device minor
scsi: sr: Fix sr_probe() missing mutex_destroy
Stanley Chu (1):
scsi: ufs: Remove redundant urgent_bkop_lvl initialization
Sudhakar Panneerselvam (4):
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()
Suganath Prabu S (1):
scsi: mpt3sas: Fix memset() in non-RDPQ mode
Tyrel Datwyler (1):
scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM
And the diffstat:
drivers/scsi/arm/acornscsi.c | 4 +-
drivers/scsi/cxlflash/main.c | 3 -
drivers/scsi/hpsa.c | 199 +++++++++++++++------------------
drivers/scsi/ibmvscsi/ibmvscsi.c | 2 +
drivers/scsi/iscsi_boot_sysfs.c | 2 +-
drivers/scsi/mpt3sas/mpt3sas_base.c | 5 +-
drivers/scsi/qedf/qedf_fip.c | 2 +-
drivers/scsi/sr.c | 7 +-
drivers/scsi/st.c | 20 +---
drivers/scsi/storvsc_drv.c | 3 -
drivers/scsi/ufs/ufshcd.c | 6 +-
drivers/target/iscsi/iscsi_target.c | 29 ++---
drivers/target/target_core_device.c | 19 ++--
drivers/target/target_core_tmr.c | 4 +-
drivers/target/target_core_transport.c | 55 ++++++---
drivers/target/target_core_user.c | 4 +-
drivers/target/target_core_xcopy.c | 9 +-
drivers/usb/gadget/function/f_tcm.c | 6 +-
include/target/target_core_fabric.h | 9 +-
19 files changed, 195 insertions(+), 193 deletions(-)
James
next reply other threads:[~2020-06-13 15:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-13 15:15 James Bottomley [this message]
2020-06-13 20:25 ` [GIT PULL] final round of SCSI updates for the 5.6+ merge window pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-04-10 18:19 James Bottomley
2020-04-10 20:40 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1592061311.5201.7.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.