Hi Linus, Here's a set of fixes that should go into this release. This pull request contains:
- Three minor fixes for NVMe. - Three minor tweaks for the io_uring polling logic. - Officially mark Song as the MD maintainer, after he's been filling that role sucessfully for the last 6 months or so. Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20190823 ---------------------------------------------------------------- Anton Eidelman (1): nvme-multipath: fix possible I/O hang when paths are updated Guilherme G. Piccoli (1): nvme: Fix cntlid validation when not using NVMEoF Jens Axboe (3): io_uring: fix potential hang with polled IO io_uring: don't enter poll loop if we have CQEs pending io_uring: add need_resched() check in inner poll loop Mario Limonciello (1): nvme: Add quirk for LiteON CL1 devices running FW 22301111 Song Liu (1): md: update MAINTAINERS info MAINTAINERS | 4 +-- drivers/nvme/host/core.c | 14 ++++++++- drivers/nvme/host/multipath.c | 1 + drivers/nvme/host/nvme.h | 5 ++++ drivers/nvme/host/pci.c | 3 +- fs/io_uring.c | 66 ++++++++++++++++++++++++++++++------------- 6 files changed, 70 insertions(+), 23 deletions(-) -- Jens Axboe