mbox series

[GIT,PULL] Block fixes for 6.12-rc5

Message ID ed75a79e-3b85-459d-9aa0-859957e0f4f5@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.12-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.12-20241026

Message

Jens Axboe Oct. 26, 2024, 1:19 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 27, 2024, 6:56 p.m. UTC | #1
The pull request you sent on Sat, 26 Oct 2024 07:19:22 -0600:

> git://git.kernel.dk/linux.git tags/block-6.12-20241026

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/75f8b2f52632fbbbbabc5e9c3a6f820282ff8920

Thank you!