Hi Linus, A few fixes for this release: - NVMe pull request from Christoph, with a single fix for a double free in the namespace error handling. - Kill the bd_openers check in blk_drop_partitions(), fixing a regression in this merge window (Christoph) Please pull! git://git.kernel.dk/linux-block.git tags/block-5.7-2020-05-01 ---------------------------------------------------------------- Christoph Hellwig (1): block: remove the bd_openers checks in blk_drop_partitions Jens Axboe (1): Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7 Niklas Cassel (1): nvme: prevent double free in nvme_alloc_ns() error handling block/partitions/core.c | 2 +- drivers/nvme/host/core.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -- Jens Axboe