]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Feb 2026 23:00:53 +0000 (15:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Feb 2026 23:00:53 +0000 (15:00 -0800)
commit06bc4e26310f9f2c0dd2fbf4885483306c5235cb
treecef2f9fcf1f02b7c1c4b9359ea0a82c10a83cefc
parent92f778a0b17a3d4d0b0200a5fb164c5107063044
parenta6abd64e145ca3084b6a567e06517a7c2dbfd38d
Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull block fixes from Jens Axboe:

 - Revert of a change for loop, which caused regressions for some users
   (Actually revert of two commits, where one is just an existing fix
   for the offending commit)

 - NVMe pull via Keith:
      - Fix NULL pointer access setting up dma mappings
      - Fix invalid memory access from malformed TCP PDU

* tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  loop: revert exclusive opener loop status change
  nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
  nvme-pci: handle changing device dma map requirements