Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Nov 2022 01:50:57 +0000 (17:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Nov 2022 01:50:57 +0000 (17:50 -0800)
commit990f320031209ecfdb1bef33798970506d10dae8
tree1d0b94e0cafe10fdd6daa8b17b5e3d213af90a56
parent364eb618348c1aaebe6ccc102ca15d92c2bf6033
parent7d4a93176e0142ce16d23c849a47d5b00b856296
Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:

 - A few fixes for s390 sads (Stefan, Colin)

 - Ensure that ublk doesn't reorder requests, as that can be problematic
   on devices that need specific ordering (Ming)

 - Fix a queue reference leak in disk allocation handling (Christoph)

* tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux:
  ublk_drv: don't forward io commands in reserve order
  s390/dasd: fix possible buffer overflow in copy_pair_show
  s390/dasd: fix no record found for raw_track_access
  s390/dasd: increase printing of debug data payload
  s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
  blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure