Hi Linus, Small collection of fixes for this release. This pull request contains: - block size setting fixes for loop/nbd (Jan Kara) - md bio_alloc_mddev() cleanup (Marcos) - Ensure we don't lose the REQ_INTEGRITY flag (Ming) - Two NVMe fixes by way of Christoph: - Fix NVMe IRQ calculation (Ming) - Uninitialized variable in nvmet-tcp (Sagi) - BFQ comment fix (Paolo) - License cleanup for recently added blk-mq-debugfs-zoned (Thomas) Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20190118 ---------------------------------------------------------------- Jan Kara (2): nbd: Use set_blocksize() to set device blocksize blockdev: Fix livelocks on loop device Marcos Paulo de Souza (1): md: Make bio_alloc_mddev use bio_alloc_bioset Ming Lei (2): block: don't lose track of REQ_INTEGRITY flag nvme-pci: fix nvme_setup_irqs() Paolo Valente (1): block, bfq: fix comments on __bfq_deactivate_entity Sagi Grimberg (1): nvmet-tcp: fix uninitialized variable access Thomas Gleixner (1): block: Cleanup license notice block/bfq-wf2q.c | 11 +++++------ block/blk-mq-debugfs-zoned.c | 2 -- block/blk-mq.c | 3 ++- drivers/block/nbd.c | 5 +++-- drivers/md/md.c | 7 +------ drivers/nvme/host/pci.c | 21 +++++++++++++-------- drivers/nvme/target/tcp.c | 2 +- fs/block_dev.c | 28 ++++++++++++++++++---------- 8 files changed, 43 insertions(+), 36 deletions(-) -- Jens Axboe