Hi Linus, Just a few minor fixes for the 6.12-rc5 release: - Pull request for MD via Song fixing a few issues - Fix a wrong check in blk_rq_map_user_bvec(), causing IO errors on passthrough IO (Xinyu) Please pull! The following changes since commit b0bf1afde7c34698cf61422fa8ee60e690dc25c3: cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed() (2024-10-17 19:47:15 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.12-20241026 for you to fetch changes up to 2ff949441802a8d076d9013c7761f63e8ae5a9bd: block: fix sanity checks in blk_rq_map_user_bvec (2024-10-23 17:02:48 -0600) ---------------------------------------------------------------- block-6.12-20241026 ---------------------------------------------------------------- Jens Axboe (1): Merge tag 'md-6.12-20241018' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.12 Li Nan (1): md: ensure child flush IO does not affect origin bio->bi_status Xinyu Zhang (1): block: fix sanity checks in blk_rq_map_user_bvec Yu Kuai (1): md/raid10: fix null ptr dereference in raid10_size() block/blk-map.c | 4 +--- drivers/md/md.c | 24 +++++++++++++++++++++++- drivers/md/raid10.c | 7 +++++-- 3 files changed, 29 insertions(+), 6 deletions(-) -- Jens Axboe