]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Oct 2021 21:51:59 +0000 (14:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Oct 2021 21:51:59 +0000 (14:51 -0700)
commit82b2bd1f80b3d5ae6ea2951c05d7e5e87ebace35
tree31d45b247b399ff4cb44207cbcfee77950aff94e
parentad74f88dedf20e3d3da0c035523c1fee174d0754
parent0807d63b9a47e5fe083f8a7080d6c30cc68d38c2
Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Two small fixes for this release:

   - Add missing QUEUE_FLAG_HCTX_ACTIVE in the debugfs handling
     (Johannes)

   - Fix double free / UAF issue in __alloc_disk_node (Tetsuo)"

* tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-block:
  block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output
  block: genhd: fix double kfree() in __alloc_disk_node()