Hi Linus, Small set of fixes that should go into this release. This pull request contains: - Two small nvme fixes, one is a fabrics connection fix, the other one a cleanup made possible by that fix (Anton, via Keith) - Fix requeue handling in umb ubd (Anton) - Fix spin_lock_irq() nesting in blk-iocost (Dan) - Three small io_uring fixes: - Install io_uring fd after done with ctx (me) - Clear ->result before every poll issue (me) - Fix leak of shadow request on error (Pavel) Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20191101 ---------------------------------------------------------------- Anton Eidelman (2): nvme-multipath: fix possible io hang after ctrl reconnect nvme-multipath: remove unused groups_only mode in ana log Anton Ivanov (1): um-ubd: Entrust re-queue to the upper layers Dan Carpenter (1): iocost: don't nest spin_lock_irq in ioc_weight_write() Jens Axboe (2): io_uring: don't touch ctx in setup after ring fd install io_uring: ensure we clear io_kiocb->result before each issue Pavel Begunkov (1): io_uring: Fix leaked shadow_req arch/um/drivers/ubd_kern.c | 8 ++++++-- block/blk-iocost.c | 4 ++-- drivers/nvme/host/multipath.c | 9 ++++----- fs/io_uring.c | 14 ++++++++++---- 4 files changed, 22 insertions(+), 13 deletions(-) -- Jens Axboe