All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] final round of SCSI updates for the 6.1+ merge window
@ 2022-12-22 18:05 James Bottomley
  2022-12-22 19:28 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: James Bottomley @ 2022-12-22 18:05 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-scsi, linux-kernel

Mostly small bug fixes and small updates.  The only things of note is a
qla2xxx fix for crash on hotplug and timeout and the addition of a user
exposed abstraction layer for persistent reservation error return
handling (which necessitates the conversion of nvme.c as well as SCSI).

The patch is available here:

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

The short changelog is:

Arun Easi (1):
      scsi: qla2xxx: Fix crash when I/O abort times out

Christophe JAILLET (1):
      scsi: libfc: Include the correct header

Johannes Thumshirn (1):
      scsi: sd: sd_zbc: Trace zone append emulation

Mike Christie (4):
      nvme: Convert NVMe errors to PR errors
      scsi: sd: Convert SCSI errors to PR errors
      scsi: core: Rename status_byte to sg_status_byte
      block: Add error codes for common PR failures

And the diffstat:

 drivers/nvme/host/core.c        | 33 +++++++++++++++-
 drivers/scsi/libfc/fc_disc.c    |  2 +-
 drivers/scsi/qla2xxx/qla_init.c | 14 +++++--
 drivers/scsi/scsi_ioctl.c       |  2 +-
 drivers/scsi/sd.c               | 35 ++++++++++++++++-
 drivers/scsi/sd_trace.h         | 84 +++++++++++++++++++++++++++++++++++++++++
 drivers/scsi/sd_zbc.c           |  6 +++
 drivers/scsi/sg.c               |  2 +-
 include/scsi/scsi.h             |  1 +
 include/scsi/sg.h               |  2 +-
 include/uapi/linux/pr.h         | 17 +++++++++
 11 files changed, 187 insertions(+), 11 deletions(-)
 create mode 100644 drivers/scsi/sd_trace.h

James



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] final round of SCSI updates for the 6.1+ merge window
  2022-12-22 18:05 [GIT PULL] final round of SCSI updates for the 6.1+ merge window James Bottomley
@ 2022-12-22 19:28 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-22 19:28 UTC (permalink / raw)
  To: James Bottomley; +Cc: Andrew Morton, Linus Torvalds, linux-scsi, linux-kernel

The pull request you sent on Thu, 22 Dec 2022 13:05:12 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8395ae05cb5a2e31d36106e8c85efa11cda849be

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-22 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 18:05 [GIT PULL] final round of SCSI updates for the 6.1+ merge window James Bottomley
2022-12-22 19:28 ` pr-tracker-bot

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.