* [GIT PULL] final round of SCSI updates for the 6.3+ merge window
@ 2023-05-06 12:27 James Bottomley
2023-05-06 15:46 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: James Bottomley @ 2023-05-06 12:27 UTC (permalink / raw)
To: Andrew Morton, Linus Torvalds; +Cc: linux-scsi, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-06 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 12:27 [GIT PULL] final round of SCSI updates for the 6.3+ merge window James Bottomley
2023-05-06 15:46 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox