mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] SCSI fixes for 7.2-rc5+
@ 2026-08-02 12:51 James Bottomley
  2026-08-02 16:33 ` Linus Torvalds
  2026-08-02 17:52 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: James Bottomley @ 2026-08-02 12:51 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-scsi, linux-kernel

The following changes since commit
e166bafc483e927150cb9b5f286c9191ea0df84e:

  scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path (2026-07-12
22:21:22 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git/
tags/scsi-fixes

for you to fetch changes up to
0279fd451a9971c0d5b959fc59f3e11b55e1694e:

  scsi: ufs: core: Initialize hba->rpmbs list in ufshcd (2026-07-28
22:26:51 -0400)

----------------------------------------------------------------
SCSI fixes on 20260802

No core changes.  The largest driver fix is the reversion of threaded
interrupt handlers in UFS and the next is the resume deadlock fix in
hisi_sas which extends into libsas.

Sorry for the last minute pull request.  This time I managed to spill
soup in my laptop on a business trip and fried the motherboard, so I've
only just got back home to a desktop.
----------------------------------------------------------------
Ao Sun (1):
      scsi: ufs: core: Initialize hba->rpmbs list in ufshcd

Bart Van Assche (1):
      scsi: ufs: core: Revert "Delegate the interrupt service routine to a threaded IRQ handler"

Benjamin Block (1):
      scsi: zfcp: Fix memory leak during adapter release by destroying gid_pn_req

Chandrakanth Patil (1):
      scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit

Guangshuo Li (1):
      scsi: ufs: core: Cancel RTC work in active-active suspend

HyeongJun An (2):
      scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer
      scsi: libiscsi_tcp: Bound SCSI Response data segment to the connection buffer

Ibrahim Hashimov (1):
      scsi: scsi_debug: Fix REPORT ZONES alloc_len underflow OOB write

Leon Romanovsky (1):
      scsi: target: Clear cmd_cnt when initial counter enrollment fails

Shawn Guo (1):
      scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc

TanZheng (1):
      scsi: target: iblock: Fix wrong PR ops NULL check for PREEMPT/RELEASE

Xingui Yang (1):
      scsi: libsas: Fix HA resume deadlock and hisi_sas disk-wake race

 .../bindings/ufs/qcom,sa8255p-ufshc.yaml           |  9 ++++-
 drivers/s390/scsi/zfcp_aux.c                       |  1 +
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c             | 10 +----
 drivers/scsi/libiscsi.c                            |  2 +-
 drivers/scsi/libiscsi_tcp.c                        |  8 +---
 drivers/scsi/libsas/sas_init.c                     | 37 +++++++++--------
 drivers/scsi/mpi3mr/mpi3mr_fw.c                    |  9 ++++-
 drivers/scsi/scsi_debug.c                          |  8 +++-
 drivers/target/target_core_iblock.c                |  6 +--
 drivers/target/target_core_transport.c             | 12 +++++-
 drivers/ufs/core/ufs-rpmb.c                        |  2 -
 drivers/ufs/core/ufshcd.c                          | 46 ++++------------------
 include/scsi/libsas.h                              |  1 -
 13 files changed, 64 insertions(+), 87 deletions(-)

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

* Re: [GIT PULL] SCSI fixes for 7.2-rc5+
  2026-08-02 12:51 [GIT PULL] SCSI fixes for 7.2-rc5+ James Bottomley
@ 2026-08-02 16:33 ` Linus Torvalds
  2026-08-02 16:58   ` James Bottomley
  2026-08-02 18:01   ` Harald Arnesen
  2026-08-02 17:52 ` pr-tracker-bot
  1 sibling, 2 replies; 5+ messages in thread
From: Linus Torvalds @ 2026-08-02 16:33 UTC (permalink / raw)
  To: James Bottomley; +Cc: Andrew Morton, linux-scsi, linux-kernel

On Sun, 2 Aug 2026 at 05:51, James Bottomley
<James.Bottomley@hansenpartnership.com> wrote:
>
> Sorry for the last minute pull request.  This time I managed to spill
> soup in my laptop on a business trip and fried the motherboard, so I've
> only just got back home to a desktop.

That's the oddest version of "my dog ate my homework" I've ever heard.

             Linus

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

* Re: [GIT PULL] SCSI fixes for 7.2-rc5+
  2026-08-02 16:33 ` Linus Torvalds
@ 2026-08-02 16:58   ` James Bottomley
  2026-08-02 18:01   ` Harald Arnesen
  1 sibling, 0 replies; 5+ messages in thread
From: James Bottomley @ 2026-08-02 16:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-scsi, linux-kernel

On Sun, 2026-08-02 at 09:33 -0700, Linus Torvalds wrote:
> On Sun, 2 Aug 2026 at 05:51, James Bottomley
> <James.Bottomley@hansenpartnership.com> wrote:
> > 
> > Sorry for the last minute pull request.  This time I managed to
> > spill soup in my laptop on a business trip and fried the
> > motherboard, so I've only just got back home to a desktop.
> 
> That's the oddest version of "my dog ate my homework" I've ever
> heard.

You want the sob story about me having to do a business trip for a week
with no laptop ... ?  The good news is I rescued the NVME device and
now have it installed in a refurbished XPS-13 so I'm back to normal.

Regards,

James

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

* Re: [GIT PULL] SCSI fixes for 7.2-rc5+
  2026-08-02 12:51 [GIT PULL] SCSI fixes for 7.2-rc5+ James Bottomley
  2026-08-02 16:33 ` Linus Torvalds
@ 2026-08-02 17:52 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2026-08-02 17:52 UTC (permalink / raw)
  To: James Bottomley; +Cc: Andrew Morton, Linus Torvalds, linux-scsi, linux-kernel

The pull request you sent on Sun, 02 Aug 2026 08:51:38 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git/ tags/scsi-fixes

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

Thank you!

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

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

* Re: [GIT PULL] SCSI fixes for 7.2-rc5+
  2026-08-02 16:33 ` Linus Torvalds
  2026-08-02 16:58   ` James Bottomley
@ 2026-08-02 18:01   ` Harald Arnesen
  1 sibling, 0 replies; 5+ messages in thread
From: Harald Arnesen @ 2026-08-02 18:01 UTC (permalink / raw)
  To: Linus Torvalds, James Bottomley; +Cc: Andrew Morton, linux-scsi, linux-kernel

Linus Torvalds [2026-08-02 18:33:13]:

> On Sun, 2 Aug 2026 at 05:51, James Bottomley
> <James.Bottomley@hansenpartnership.com> wrote:
>>
>> Sorry for the last minute pull request.  This time I managed to spill
>> soup in my laptop on a business trip and fried the motherboard, so I've
>> only just got back home to a desktop.
> 
> That's the oddest version of "my dog ate my homework" I've ever heard.
> 
>               Linus
Several years ago, my sister spilled fish soup over her daughter's 
keyboard. My sister phoned me in quite a state, asking what to do. Power 
off, out with the battery, I rushed there to remove the keyboard.

We managed to save the computer, but not the keyboard. My sister got 
hold of a Turkish keyboard, which her daughter used for the rest of the 
life of that laptop.
-- 
Hilsen Harald

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

end of thread, other threads:[~2026-08-02 18:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 12:51 [GIT PULL] SCSI fixes for 7.2-rc5+ James Bottomley
2026-08-02 16:33 ` Linus Torvalds
2026-08-02 16:58   ` James Bottomley
2026-08-02 18:01   ` Harald Arnesen
2026-08-02 17:52 ` 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

all inboxes | Powered by JetHome®