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]
Message-ID: <8cee6d6bfe70066bcfdb5497ec2a468e8b2e5682.camel@HansenPartnership.com>
Date:   Sat, 06 May 2023 08:27:13 -0400
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.3+ merge window

Six late arriving patches for the merge window.  Five are minor
assorted fixes and updates.  The IPR driver change removes SATA
support, which will now allow a major cleanup in the ATA subsystem
because it was the only driver still using the old attachment
mechanism.  The driver is only used on power systems and SATA was used
to support a DVD device, which has long been moved to a different hba.
IBM chose this route instead of porting ipr to the newer SATA
interfaces.

The patch is available here:

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

The short changelog is:

Akshat Jain (1):
      scsi: pm80xx: Log device registration

Alice Chao (1):
      scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue

Brian King (1):
      scsi: ipr: Remove SATA support

John Garry (1):
      scsi: scsi_debug: Abort commands from scsi_debug_device_reset()

Tom Rix (1):
      scsi: ipr: Remove several unused variables

Zheng Wang (1):
      scsi: qedi: Fix use after free bug in qedi_remove()

and the diffstat:

 drivers/scsi/Kconfig             |   3 +-
 drivers/scsi/ipr.c               | 788 +--------------------------------------
 drivers/scsi/ipr.h               |  64 ----
 drivers/scsi/pm8001/pm8001_hwi.c |   7 +-
 drivers/scsi/qedi/qedi_main.c    |   3 +
 drivers/scsi/scsi_debug.c        |  22 ++
 drivers/ufs/core/ufs-mcq.c       |   6 +-
 7 files changed, 43 insertions(+), 850 deletions(-)

Regards,

James


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ