Hi Linus, A few small fixes for 5.10-rc: - NVMe pull request from Christoph: - don't clear the read-only bit on a revalidate (Sagi Grimberg) - nbd error case refcount leak (Christoph) - loop/generic uevent fix (Christoph, Petr) Please pull! The following changes since commit e1777d099728a76a8f8090f89649aac961e7e530: null_blk: Fix scheduling in atomic with zoned mode (2020-11-06 09:36:42 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-13 for you to fetch changes up to c01a21b77722db0474bbcc4eafc8c4e0d8fed6d8: loop: Fix occasional uevent drop (2020-11-12 13:59:04 -0700) ---------------------------------------------------------------- block-5.10-2020-11-13 ---------------------------------------------------------------- Christoph Hellwig (2): nbd: fix a block_device refcount leak in nbd_release block: add a return value to set_capacity_revalidate_and_notify Jens Axboe (1): Merge tag 'nvme-5.10-2020-11-10' of git://git.infradead.org/nvme into block-5.10 Petr Vorel (1): loop: Fix occasional uevent drop Sagi Grimberg (1): nvme: fix incorrect behavior when BLKROSET is called by the user block/genhd.c | 5 ++++- drivers/block/loop.c | 3 ++- drivers/block/nbd.c | 1 + drivers/nvme/host/core.c | 2 -- include/linux/genhd.h | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) -- Jens Axboe