All of lore.kernel.org
 help / color / mirror / Atom feed
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.19+ merge window
Date: Sat, 13 Aug 2022 13:55:46 +0100	[thread overview]
Message-ID: <62ef6e3d028a5182f4485d6201a126bbf4ca659c.camel@HansenPartnership.com> (raw)

Mostly small bug fixes and trivial updates.  The major new core update
is a change to the way device, target and host reference counting is
done to try to make it more robust (this change has soaked for a while
to try to winkle out any bugs).

[my key just expired so you'll need to do the dane update thing I
showed you]

The patch is available here:

git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc

The short changelog is:

Bart Van Assche (3):
      scsi: core: Call blk_mq_free_tag_set() earlier
      scsi: core: Make sure that targets outlive devices
      scsi: ufs: core: Increase the maximum data buffer size

Colin Ian King (2):
      scsi: megaraid_sas: Remove redundant variable cmd_type
      scsi: FlashPoint: Remove redundant variable bm_int_st

Daniil Lunev (1):
      scsi: ufs: ufs-pci: Correct check for RESET DSM

Dmitry Bogdanov (2):
      scsi: target: core: De-RCU of se_lun and se_lun acl
      scsi: target: core: Fix race during ACL removal

Ming Lei (2):
      scsi: core: Simplify LLD module reference counting
      scsi: core: Make sure that hosts outlive targets

Peter Wang (1):
      scsi: ufs: core: Correct ufshcd_shutdown() flow

Slark Xiao (1):
      scsi: pm8001: Fix typo 'the the' in comment

Steffen Maier (1):
      scsi: zfcp: Fix missing auto port scan and thus missing target ports

William Dean (1):
      scsi: lpfc: Check the return value of alloc_workqueue()

And the diffstat:

 drivers/s390/scsi/zfcp_fc.c                 | 29 ++++++++++++++++++--------
 drivers/s390/scsi/zfcp_fc.h                 |  6 ++++--
 drivers/s390/scsi/zfcp_fsf.c                |  4 ++--
 drivers/scsi/FlashPoint.c                   |  4 ++--
 drivers/scsi/hosts.c                        | 18 +++++++++++-----
 drivers/scsi/lpfc/lpfc_init.c               |  2 ++
 drivers/scsi/megaraid/megaraid_sas_fusion.c |  3 +--
 drivers/scsi/pm8001/pm8001_hwi.c            |  2 +-
 drivers/scsi/scsi.c                         |  9 +++++---
 drivers/scsi/scsi_scan.c                    |  9 ++++++++
 drivers/scsi/scsi_sysfs.c                   | 29 +++++++++++++++-----------
 drivers/target/target_core_alua.c           |  3 +--
 drivers/target/target_core_device.c         | 32 ++++++++++-------------------
 drivers/target/target_core_pr.c             | 28 ++++++++-----------------
 drivers/target/target_core_stat.c           | 10 ++++-----
 drivers/target/target_core_xcopy.c          |  2 +-
 drivers/ufs/core/ufshcd.c                   |  7 ++-----
 drivers/ufs/host/ufshcd-pci.c               | 17 +++++++++++----
 include/scsi/scsi_device.h                  |  2 ++
 include/scsi/scsi_host.h                    |  3 +++
 include/target/target_core_base.h           |  4 ++--
 21 files changed, 124 insertions(+), 99 deletions(-)

James



             reply	other threads:[~2022-08-13 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-13 12:55 James Bottomley [this message]
2022-08-13 20:47 ` [GIT PULL] final round of SCSI updates for the 5.19+ merge window Linus Torvalds
2022-08-13 21:48 ` 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=62ef6e3d028a5182f4485d6201a126bbf4ca659c.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.