]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Aug 2021 15:11:22 +0000 (08:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Aug 2021 15:11:22 +0000 (08:11 -0700)
commitfce09cd830d37a51e4a2b107ea76bb6a81b47309
tree898f45229a0404b06e513fc7a1e5cec1709bdf55
parent882bee04ce7b9a3add3c5763144afe07e8e8b0d7
parentc993180e6b3ea792d21eadaedde316d5976840f4
Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Three fixes from Ming Lei that should go into 5.14:

   - Fix for a kernel panic when iterating over tags for some cases
     where a flush request is present, a regression in this cycle.

   - Request timeout fix

   - Fix flush request checking"

* tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block:
  blk-mq: fix is_flush_rq
  blk-mq: fix kernel panic during iterating over flush request
  blk-mq: don't grab rq's refcount in blk_mq_check_expired()