mbox series

[GIT,PULL] Block fixes for 6.8-rc6

Message ID a9ffa3a2-2b49-409a-a256-a70f8f38b8e5@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.8-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.8-2024-02-22

Message

Jens Axboe Feb. 22, 2024, 5:46 p.m. UTC
Hi Linus,

A few fixes that should go into this release. Mostly just fixlets for
md, but also a sed-opal parsing fix.

Please pull!


The following changes since commit 9c10f2b172eb26007e9b641271798234911d24c2:

  Merge tag 'nvme-6.8-2024-02-15' of git://git.infradead.org/nvme into block-6.8 (2024-02-15 09:42:03 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.8-2024-02-22

for you to fetch changes up to 5429c8de56f6b2bd8f537df3a1e04e67b9c04282:

  block: sed-opal: handle empty atoms when parsing response (2024-02-16 15:52:45 -0700)

----------------------------------------------------------------
block-6.8-2024-02-22

----------------------------------------------------------------
Greg Joyce (1):
      block: sed-opal: handle empty atoms when parsing response

Jens Axboe (1):
      Merge tag 'md-6.8-20240216' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.8

Yu Kuai (6):
      md: Fix missing release of 'active_io' for flush
      md: Don't ignore suspended array in md_check_recovery()
      md: Don't ignore read-only array in md_check_recovery()
      md: Make sure md_do_sync() will set MD_RECOVERY_DONE
      md: Don't register sync_thread for reshape directly
      md: Don't suspend the array for interrupted reshape

 block/opal_proto.h  |  1 +
 block/sed-opal.c    |  6 ++++-
 drivers/md/md.c     | 70 +++++++++++++++++++++++++++++++++--------------------
 drivers/md/raid10.c | 16 ++----------
 drivers/md/raid5.c  | 29 ++--------------------
 5 files changed, 54 insertions(+), 68 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 22, 2024, 8:03 p.m. UTC | #1
The pull request you sent on Thu, 22 Feb 2024 10:46:14 -0700:

> git://git.kernel.dk/linux.git tags/block-6.8-2024-02-22

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

Thank you!