]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.7-2020-05-29' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2020 20:39:26 +0000 (13:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2020 20:39:26 +0000 (13:39 -0700)
commit93b3ab4213a409cc9f126a18046086bafd736156
tree097600a1b5cbd07b29ed5986ccd90a51c65559dc
parent4c58adc98033d04159395e05b845d75a79d482f6
parent64bb68b263a51f378e500fdbf2cb3922abc80b16
Merge tag 'block-5.7-2020-05-29' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Two small fixes:

   - Revert a block change that mixed up the return values for non-mq
     devices

   - NVMe poll race fix"

* tag 'block-5.7-2020-05-29' of git://git.kernel.dk/linux-block:
  Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"
  nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()