]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'nvme-6.19-2026-01-14' of git://git.infradead.org/nvme into block-6.19
authorJens Axboe <axboe@kernel.dk>
Wed, 14 Jan 2026 19:35:00 +0000 (12:35 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 14 Jan 2026 19:35:00 +0000 (12:35 -0700)
Pull NVMe fixes from Keith:

"- 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)"

* tag 'nvme-6.19-2026-01-14' of git://git.infradead.org/nvme:
  nvme: fix PCIe subsystem reset controller state transition
  nvmet: do not copy beyond sybsysnqn string length
  nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
  nvme-fc: release admin tagset if init fails
  nvme-apple: add "apple,t8103-nvme-ans2" as compatible
  nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec
  nvme-pci: disable secondary temp for Wodposit WPBSNM8


Trivial merge