mbox series

[GIT,PULL] md-6.11 20240704

Message ID 14E500CE-4D02-4125-AB61-6F65705FD8AF@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.11 20240704 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240704

Checks

Context Check Description
mdraidci/vmtest-md-6_11-VM_Test-0 success Logs for build-kernel
mdraidci/vmtest-md-6_11-PR success PR summary

Message

Song Liu July 4, 2024, 7:51 a.m. UTC
Hi Jens, 

Please consider pulling the following changes for md-6.11 on top of your
for-6.11/block branch. This PR contains various small fixes by Yu Kuai,
Benjamin Marzinski, Christophe JAILLET, and Yang Li. 

Thanks,
Song


The following changes since commit 98d34c087249d39838874b83e17671e7d5eb1ca7:

  xen-blkfront: fix sector_size propagation to the block layer (2024-07-02 08:58:12 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240704

for you to fetch changes up to 25b3a8237a03ec0b67b965b52d74862e77ef7115:

  md/raid5: recheck if reshape has finished with device_lock held (2024-07-04 06:35:19 +0000)

----------------------------------------------------------------
Benjamin Marzinski (1):
      md/raid5: recheck if reshape has finished with device_lock held

Christophe JAILLET (1):
      md-cluster: Constify struct md_cluster_operations

Yang Li (1):
      md: Remove unneeded semicolon

Yu Kuai (2):
      md/raid5: fix spares errors about rcu usage
      md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl

 drivers/md/md-cluster.c |  2 +-
 drivers/md/md.c         | 12 +++---------
 drivers/md/md.h         |  4 ++--
 drivers/md/raid5.c      | 76 ++++++++++++++++++++++++++++++++++++++++++++++------------------------------
 4 files changed, 52 insertions(+), 42 deletions(-)

Comments

Jens Axboe July 4, 2024, 8:04 a.m. UTC | #1
On 7/4/24 1:51 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-6.11 on top of your
> for-6.11/block branch. This PR contains various small fixes by Yu Kuai,
> Benjamin Marzinski, Christophe JAILLET, and Yang Li. 

Pulled, thanks.