From: Linus Torvalds Date: Fri, 15 Apr 2022 18:38:55 +0000 (-0700) Subject: Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-block X-Git-Tag: v5.18-rc3~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fb649bda6f5642f173ee3429a965c769554f23d8;p=linux-2.6-block.git Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-block Pull block fixes from Jens Axboe: - Moving of lower_48_bits() to the block layer and a fix for the unaligned_be48 added with that originally (Alexander, Keith) - Fix a bad WARN_ON() for trim size checking (Ming) - A polled IO timeout fix for null_blk (Ming) - Silence IO error printing for dead disks (Christoph) - Compat mode range fix (Khazhismel) - NVMe pull request via Christoph: - Tone down the error logging added this merge window a bit (Chaitanya Kulkarni) - Quirk devices with non-unique unique identifiers (Christoph) * tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-block: block: don't print I/O error warning for dead disks block/compat_ioctl: fix range check in BLKGETSIZE nvme-pci: disable namespace identifiers for Qemu controllers nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202 nvme: add a quirk to disable namespace identifiers nvme: don't print verbose errors for internal passthrough requests block: null_blk: end timed out poll request block: fix offset/size check in bio_trim() asm-generic: fix __get_unaligned_be48() on 32 bit platforms block: move lower_48_bits() to block --- fb649bda6f5642f173ee3429a965c769554f23d8