Hi Linus, Two small fixes: - Revert a block change that mixed up the return values for non-mq devices - NVMe poll race fix Please pull! git://git.kernel.dk/linux-block.git tags/block-5.7-2020-05-29 ---------------------------------------------------------------- Dongli Zhang (1): nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll() Jens Axboe (2): Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7 Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" block/blk-core.c | 11 ++++------- drivers/nvme/host/pci.c | 11 +++++++---- 2 files changed, 11 insertions(+), 11 deletions(-) -- Jens Axboe