Hi Linus, Nothing major here: - 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) Please pull! The following changes since commit 286901941fd18a52b2138fddbbf589ad3639eb00: drbd: set QUEUE_FLAG_STABLE_WRITES (2022-04-06 13:07:53 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-15 for you to fetch changes up to 89a2ee91edd9c555c59e4d38dc54b99141632cc2: Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18 (2022-04-15 06:33:49 -0600) ---------------------------------------------------------------- block-5.18-2022-04-15 ---------------------------------------------------------------- Alexander Lobakin (1): asm-generic: fix __get_unaligned_be48() on 32 bit platforms Chaitanya Kulkarni (1): nvme: don't print verbose errors for internal passthrough requests Christoph Hellwig (4): nvme: add a quirk to disable namespace identifiers nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202 nvme-pci: disable namespace identifiers for Qemu controllers block: don't print I/O error warning for dead disks Jens Axboe (1): Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18 Keith Busch (1): block: move lower_48_bits() to block Khazhismel Kumykov (1): block/compat_ioctl: fix range check in BLKGETSIZE Ming Lei (2): block: fix offset/size check in bio_trim() block: null_blk: end timed out poll request block/bio.c | 2 +- block/blk-mq.c | 3 ++- block/ioctl.c | 2 +- drivers/block/null_blk/main.c | 2 +- drivers/nvme/host/core.c | 27 ++++++++++++++++++++------- drivers/nvme/host/nvme.h | 5 +++++ drivers/nvme/host/pci.c | 9 ++++++++- include/asm-generic/unaligned.h | 2 +- include/linux/kernel.h | 9 --------- include/linux/t10-pi.h | 9 +++++++++ 10 files changed, 48 insertions(+), 22 deletions(-) -- Jens Axboe