Hi Linus, Unfortunately this weekend we had a few last minute reports, one was for block (the other io_uring, pull request coming later there). The partition disable for zoned devices was overly restrictive, it can work (and be supported) just fine for host-aware variants. Here's a fix ensuring that's the case so we don't break existing users of that. Please pull! git://git.kernel.dk/linux-block.git tags/block-5.5-2020-01-26 ---------------------------------------------------------------- Christoph Hellwig (1): block: allow partitions on host aware zone devices block/partition-generic.c | 26 ++++++++++++++++++++++---- drivers/scsi/sd.c | 9 +++++---- include/linux/genhd.h | 12 ++++++++++++ 3 files changed, 39 insertions(+), 8 deletions(-) -- Jens Axboe