Hi Linus, The stacking related fixes depended on both the core block and drivers branches, so here's a topic branch with that change. Outside of that, a late fix from Johannes for zone revalidation. Please pull! The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7: Linux 5.8-rc6 (2020-07-19 15:41:18 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.9/block-merge-20200804 for you to fetch changes up to 1a1206dc4cf02cee4b5cbce583ee4c22368b4c28: block: don't do revalidate zones on invalid devices (2020-08-03 09:24:04 -0600) ---------------------------------------------------------------- for-5.9/block-merge-20200804 ---------------------------------------------------------------- Christoph Hellwig (3): block: inherit the zoned characteristics in blk_stack_limits block: remove bdev_stack_limits block: remove blk_queue_stack_limits Jens Axboe (2): Merge branch 'for-5.9/block' into for-5.9/block-merge Merge branch 'for-5.9/drivers' into for-5.9/block-merge Johannes Thumshirn (1): block: don't do revalidate zones on invalid devices block/blk-settings.c | 37 +++---------------------------------- block/blk-zoned.c | 3 +++ drivers/block/drbd/drbd_nl.c | 4 ++-- drivers/md/dm-table.c | 22 ++-------------------- drivers/nvme/host/core.c | 3 ++- include/linux/blkdev.h | 12 ++++++------ 6 files changed, 18 insertions(+), 63 deletions(-) -- Jens Axboe