Hi Linus, A few fixes that should go into this release: - NVMe controller error path reference fix (Chaitanya) - Fix regression with IBM partitions on non-dasd devices (Christoph) - Fix a missing clear in the compat CDROM packet structure (Peilin) Please pull! The following changes since commit 632bfb6323799c087fcb4108dfe59518609667a7: blk-mq: call commit_rqs while list empty but error happen (2020-09-29 08:10:17 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block5.9-2020-10-08 for you to fetch changes up to e0894cd618e420d7bacebadcd26b7193780332e2: Merge tag 'nvme-5.9-2020-10-07' of git://git.infradead.org/nvme into block-5.9 (2020-10-07 08:24:09 -0600) ---------------------------------------------------------------- block5.9-2020-10-08 ---------------------------------------------------------------- Chaitanya Kulkarni (1): nvme-core: put ctrl ref when module ref get fail Christoph Hellwig (1): partitions/ibm: fix non-DASD devices Jens Axboe (1): Merge tag 'nvme-5.9-2020-10-07' of git://git.infradead.org/nvme into block-5.9 Peilin Ye (1): block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg() block/partitions/ibm.c | 7 +++---- block/scsi_ioctl.c | 1 + drivers/nvme/host/core.c | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) -- Jens Axboe