Hi Linus, Usually send one later towards the end of week 2 of the merge window, but since the timestamp caching fix didn't get pulled up directly, and since there's a few other fixes that should go in sooner rather than later, sending this one now. A few fixes for the 6.9 merge window: - Revert of a change for mq-deadline that went into the 6.8 release, causing a performance regression for some (Bart) - Revert of the interruptible discard handling. This needs more work since the ioctl and fs path aren't properly split, and will happen for the 6.10 kernel release. For 6.9, do the minimal revert. (Christoph) - Fix for an issue with the timestamp caching code (me) - kerneldoc fix (Jiapeng) Please pull! The following changes since commit 259f7d5e2baf87fcbb4fabc46526c9c47fed1914: Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2024-03-13 12:03:57 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.9-20240315 for you to fetch changes up to 4c4ab8ae416350ce817339f239bdaaf351212f15: block: fix mismatched kerneldoc function name (2024-03-14 09:40:47 -0600) ---------------------------------------------------------------- block-6.9-20240315 ---------------------------------------------------------------- Bart Van Assche (1): Revert "block/mq-deadline: use correct way to throttling write requests" Christoph Hellwig (1): Revert "blk-lib: check for kill signal" Jens Axboe (1): block: limit block time caching to in_task() context Jiapeng Chong (1): block: fix mismatched kerneldoc function name block/blk-lib.c | 40 +--------------------------------------- block/blk-settings.c | 2 +- block/blk.h | 2 +- block/mq-deadline.c | 3 +-- 4 files changed, 4 insertions(+), 43 deletions(-) -- Jens Axboe