mbox series

[GIT,PULL] md-fixes 20231201

Message ID DA07D7E2-9386-4816-8EC8-4420A026181A@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20231201 | expand

Pull-request

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

Message

Song Liu Dec. 1, 2023, 11:48 p.m. UTC
Hi Jens, 

Please consider pulling the following change for md-fixes on top of your
block-6.7 branch. This change fixes issue with raid456 reshape. 

Thanks,
Song


The following changes since commit 45b478951b2ba5aea70b2850c49c1aa83aedd0d2:

  md: fix bi_status reporting in md_end_clone_io (2023-11-19 20:51:25 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c467e97f079f0019870c314996fae952cc768e82:

  md/raid6: use valid sector values to determine if an I/O should wait on the reshape (2023-12-01 14:43:29 -0800)

----------------------------------------------------------------
David Jeffery (1):
      md/raid6: use valid sector values to determine if an I/O should wait on the reshape

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

Comments

Jens Axboe Dec. 2, 2023, 1:37 a.m. UTC | #1
On 12/1/23 4:48 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following change for md-fixes on top of your
> block-6.7 branch. This change fixes issue with raid456 reshape. 

Pulled, thanks.