Hi Linus, Just an NVMe pull request with (mostly) KATO fixes, a regression fix for zoned device revalidation, and a fix for an md raid5 regression. Please pull! The following changes since commit 9491d01fbc550d123d72bf1cd7a0985508a9c469: Merge tag 'nvme-6.4-2023-05-26' of git://git.infradead.org/nvme into block-6.4 (2023-05-26 09:46:01 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.4-2023-06-02 for you to fetch changes up to 2e45a49531fef55f4abbd6738c052545f53f43d4: Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4 (2023-06-01 11:12:46 -0600) ---------------------------------------------------------------- block-6.4-2023-06-02 ---------------------------------------------------------------- Christoph Hellwig (1): nvme: fix the name of Zone Append for verbose logging Damien Le Moal (1): block: fix revalidate performance regression Jens Axboe (2): Merge tag 'md-fixes-2023-05-24' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.4 Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4 Uday Shankar (3): nvme: double KA polling frequency to avoid KATO with TBKAS on nvme: check IO start time when deciding to defer KA nvme: improve handling of long keep alives Yu Kuai (1): md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() min15.li (1): nvme: fix miss command type check block/blk-settings.c | 3 ++- drivers/md/raid5.c | 2 +- drivers/nvme/host/constants.c | 2 +- drivers/nvme/host/core.c | 52 ++++++++++++++++++++++++++++++++++++++---- drivers/nvme/host/ioctl.c | 2 +- drivers/nvme/host/nvme.h | 3 ++- drivers/nvme/target/passthru.c | 2 +- 7 files changed, 56 insertions(+), 10 deletions(-) -- Jens Axboe