Hi Linus, Two fixes for block that should go into the 6.14-rc3 release. This pull request contains: - Fix for request rejection for batch addition. - Fix a few issues for bogus mac partition tables. Please pull! The following changes since commit 96b531f9bb0da924299d1850bb9b2911f5c0c50a: Merge tag 'md-6.14-20250206' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into block-6.14 (2025-02-07 07:23:03 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.14-20250214 for you to fetch changes up to 80e648042e512d5a767da251d44132553fe04ae0: partitions: mac: fix handling of bogus partition table (2025-02-14 08:38:28 -0700) ---------------------------------------------------------------- block-6.14-20250214 ---------------------------------------------------------------- Jann Horn (1): partitions: mac: fix handling of bogus partition table Jens Axboe (1): block: cleanup and fix batch completion adding conditions block/partitions/mac.c | 18 +++++++++++++++--- include/linux/blk-mq.h | 18 ++++++++++++++---- 2 files changed, 29 insertions(+), 7 deletions(-) -- Jens Axboe