]> 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)
commitc7c93f80470b2c85a2beb3629f2868f547c82158
tree31d45b247b399ff4cb44207cbcfee77950aff94e
parent24d49e35014262241857c8b07aaf62cbc6db2ecc
parente315b029cbe801966e90cd6609c0406aceb63bf6
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()