mbox series

[GIT,PULL] Block fixes for 6.0-rc3

Message ID 4dd058e9-1b1f-365e-1b6f-caa330a6500c@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.0-rc3 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-26

Message

Jens Axboe Aug. 26, 2022, 4:38 p.m. UTC
Hi Linus,

A few block fixes for this release:

- MD pull request via Song
	- Fix for clustered raid (Guoqing Jiang)
	- req_op fix (Bart Van Assche)
	- Fix race condition in raid recreate (David Sloan)

- loop configuration overflow fix (Siddh)

- Fix missing commit_rqs call for certain conditions (Yu)

Please pull!


The following changes since commit d3b38596875dbc709b4e721a5873f4663d8a9ea2:

  blk-mq: run queue no matter whether the request is the last request (2022-08-18 07:39:01 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-26

for you to fetch changes up to 645b5ed871f408c9826a61276b97ea14048d439c:

  Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.0 (2022-08-24 13:58:37 -0600)

----------------------------------------------------------------
block-6.0-2022-08-26

----------------------------------------------------------------
Bart Van Assche (1):
      md/raid10: Fix the data type of an r10_sync_page_io() argument

David Sloan (1):
      md: Flush workqueue md_rdev_misc_wq in md_alloc()

Guoqing Jiang (2):
      Revert "md-raid: destroy the bitmap after destroying the thread"
      md: call __md_stop_writes in md_stop

Jens Axboe (1):
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.0

Siddh Raman Pant (1):
      loop: Check for overflow while configuring loop

Yu Kuai (1):
      blk-mq: fix io hung due to missing commit_rqs

 block/blk-mq.c       |  5 +++--
 drivers/block/loop.c |  5 +++++
 drivers/md/md.c      |  4 +++-
 drivers/md/raid10.c  | 13 ++++++-------
 4 files changed, 17 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 26, 2022, 6:10 p.m. UTC | #1
The pull request you sent on Fri, 26 Aug 2022 10:38:49 -0600:

> git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-26

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e5c673f0d75bc22b3c26eade87e4db4f374cd34

Thank you!