lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 22 Dec 2022 13:05:12 -0500
From:   James Bottomley <James.Bottomley@...senPartnership.com>
To:     Andrew Morton <akpm@...ux-foundation.org>,
        Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-scsi <linux-scsi@...r.kernel.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] final round of SCSI updates for the 6.1+ merge window

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ