mbox series

[GIT,PULL] md-6.11 20240712

Message ID 7C787382-3238-4D49-92B1-ED09A4A59AD4@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.11 20240712 | expand

Pull-request

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

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 12, 2024, 3:41 p.m. UTC
Hi Jens, 

Please consider pulling the following fixes for md-6.11 on top of your
for-6.11/block branch. Changes in this set are: 

1. md-cluster fixes by Heming Zhao;
2. raid1 fix by Mateusz Jończyk.

Thanks,
Song



The following changes since commit 3c1743a685b19bc17cf65af4a2eb149fd3b15c50:

  floppy: add missing MODULE_DESCRIPTION() macro (2024-07-10 00:22:03 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 36a5c03f232719eb4e2d925f4d584e09cfaf372c:

  md/raid1: set max_sectors during early return from choose_slow_rdev() (2024-07-12 01:30:38 +0000)

----------------------------------------------------------------
Heming Zhao (2):
      md-cluster: fix hanging issue while a new disk adding
      md-cluster: fix no recovery job when adding/re-adding a disk

Mateusz Jończyk (1):
      md/raid1: set max_sectors during early return from choose_slow_rdev()

 drivers/md/md-cluster.c | 49 +++++++++++++++++++++++++++++++++++++++----------
 drivers/md/md-cluster.h |  2 ++
 drivers/md/md.c         | 17 ++++++++++++++---
 drivers/md/raid1.c      |  1 +
 4 files changed, 56 insertions(+), 13 deletions(-)

Comments

Jens Axboe July 12, 2024, 3:44 p.m. UTC | #1
On 7/12/24 9:41 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fixes for md-6.11 on top of your
> for-6.11/block branch. Changes in this set are: 
> 
> 1. md-cluster fixes by Heming Zhao;
> 2. raid1 fix by Mateusz Jończyk.

I'll do this one inside the merge window, I already sent off the
initial pull for 6.11. I've got other bits pending too, so it's
fine, just won't go in with the initial changes.
Song Liu July 12, 2024, 3:56 p.m. UTC | #2
On Fri, Jul 12, 2024 at 11:44 PM Jens Axboe <axboe@kernel.dk> wrote:
>
> On 7/12/24 9:41 AM, Song Liu wrote:
> > Hi Jens,
> >
> > Please consider pulling the following fixes for md-6.11 on top of your
> > for-6.11/block branch. Changes in this set are:
> >
> > 1. md-cluster fixes by Heming Zhao;
> > 2. raid1 fix by Mateusz Jończyk.
>
> I'll do this one inside the merge window, I already sent off the
> initial pull for 6.11. I've got other bits pending too, so it's
> fine, just won't go in with the initial changes.

Got it. Thanks for the information!

Song