[GIT PULL] nvme fixes for Linux 6.19
Keith Busch
kbusch at kernel.org
Wed Jan 14 10:38:51 PST 2026
The following changes since commit 9869d3a6fed381f3b98404e26e1afc75d680cbf9:
block: fix race between wbt_enable_default and IO submission (2025-12-12 12:51:11 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.19-2026-01-14
for you to fetch changes up to 0edb475ac0a7d153318a24d4dca175a270a5cc4f:
nvme: fix PCIe subsystem reset controller state transition (2026-01-14 07:21:31 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.19
- Device quirk to disable faulty temperature (Ilikara)
- TCP target null pointer fix from bad host protocol usage (Shivam)
- Add compatible apple controller (Janne)
- FC tagset leak fix (Chaitanya)
- TCP socket deadlock fix (Hannes)
- Target name buffer overrun fix (Shin'ichiro)
----------------------------------------------------------------
Chaitanya Kulkarni (1):
nvme-fc: release admin tagset if init fails
Hannes Reinecke (1):
nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
Ilikara Zheng (1):
nvme-pci: disable secondary temp for Wodposit WPBSNM8
Janne Grunau (1):
nvme-apple: add "apple,t8103-nvme-ans2" as compatible
Nilay Shroff (1):
nvme: fix PCIe subsystem reset controller state transition
Shin'ichiro Kawasaki (1):
nvmet: do not copy beyond sybsysnqn string length
Shivam Kumar (1):
nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec
drivers/nvme/host/apple.c | 1 +
drivers/nvme/host/fc.c | 2 ++
drivers/nvme/host/pci.c | 7 ++++++-
drivers/nvme/target/passthru.c | 2 +-
drivers/nvme/target/tcp.c | 21 ++++++++++++++++-----
5 files changed, 26 insertions(+), 7 deletions(-)
More information about the Linux-nvme
mailing list