mbox series

[GIT,PULL] md-fixes 20231207

Message ID 32698B02-C181-4183-9FA5-F4D5C17F11AB@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20231207 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20231207-1

Message

Song Liu Dec. 7, 2023, 6:33 p.m. UTC
Hi Jens, 

Please consider pulling the following change for md-fixes on top of your
block-6.7 branch. This change from Yu Kuai fixes a bug reported on 
bugzilla [1].

Thanks,
Song

[1] https://bugzilla.kernel.org/show_bug.cgi?id=218200



The following changes since commit f52f5c71f3d4bb0992800139d2f35cf9f6f6e0ee:

  md: fix stopping sync thread (2023-12-06 12:44:00 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20231207-1

for you to fetch changes up to b39113349de60e9b0bc97c2e129181b193c45054:

  md: split MD_RECOVERY_NEEDED out of mddev_resume (2023-12-07 10:19:47 -0800)

----------------------------------------------------------------
Yu Kuai (1):
      md: split MD_RECOVERY_NEEDED out of mddev_resume

 drivers/md/md.c | 30 ++++++++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

Comments

Jens Axboe Dec. 7, 2023, 7:17 p.m. UTC | #1
On 12/7/23 11:33 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following change for md-fixes on top of your
> block-6.7 branch. This change from Yu Kuai fixes a bug reported on 
> bugzilla [1].

Pulled, thanks.