Hi Linus,
Set of fixes that should go into this release. This pull request
contains:
- Series of patches fixing code comments / kerneldoc (Bart)
- Don't allow loop file change for exclusive open (Jan)
- Fix revalidate of hidden genhd (Jan)
- Init queue failure memory free fix (Jes)
- Improve rq limits failure print (John)
- Fixup for queue removal/addition (Ming)
- Missed error progagation for io_uring buffer registration (Pavel)
Please pull!
git://git.kernel.dk/linux-block.git tags/for-linus-20190601
----------------------------------------------------------------
Bart Van Assche (8):
block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc
header
block: Convert blk_invalidate_devt() header into a non-kernel-doc header
block: Fix throtl_pending_timer_fn() kernel-doc header
block: Fix blk_mq_*_map_queues() kernel-doc headers
block: Fix rq_qos_wait() kernel-doc header
block: Fix bsg_setup_queue() kernel-doc header
blk-mq: Fix spelling in a source code comment
blk-mq: Document the blk_mq_hw_queue_to_node() arguments
Jan Kara (2):
loop: Don't change loop device under exclusive opener
block: Don't revalidate bdev of hidden gendisk
Jes Sorensen (1):
blk-mq: Fix memory leak in error handling
John Pittman (1):
block: print offending values when cloned rq limits are exceeded
Ming Lei (2):
block: move blk_exit_queue into __blk_release_queue
block: don't protect generic_make_request_checks with blk_queue_enter
Pavel Begunkov (1):
io_uring: Fix __io_uring_register() false success
block/blk-core.c | 81 +++++++-------------------------------------------
block/blk-mq-cpumap.c | 10 +++++--
block/blk-mq-pci.c | 2 +-
block/blk-mq-rdma.c | 4 +--
block/blk-mq-virtio.c | 4 +--
block/blk-mq.c | 5 +++-
block/blk-rq-qos.c | 7 +++--
block/blk-sysfs.c | 47 +++++++++++++++++++----------
block/blk-throttle.c | 2 +-
block/blk.h | 1 -
block/bsg-lib.c | 1 +
block/genhd.c | 4 +--
block/partitions/ldm.c | 2 +-
drivers/block/loop.c | 18 ++++++++++-
fs/block_dev.c | 25 ++++++++++------
fs/io_uring.c | 2 +-
16 files changed, 102 insertions(+), 113 deletions(-)
--
Jens Axboe