mbox series

[GIT,PULL] md-fixes 20230524

Message ID 3D58B70B-92D3-4355-A89D-0F6490448546@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20230524 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-2023-05-24

Message

Song Liu May 24, 2023, 7:02 p.m. UTC
Hi Jens, 

Please consider pulling the following change for md-fixes on top of your
block-6.4 branch. This change fixes a raid5 regression since 5.12 kernels. 

Thanks,
Song



The following changes since commit 3eb96946f0be6bf447cbdf219aba22bc42672f92:

  block: make bio_check_eod work for zero sized devices (2023-05-24 08:19:26 -0600)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-2023-05-24

for you to fetch changes up to 8557dc27126949c702bd3aafe8a7e0b7e4fcb44c:

  md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() (2023-05-24 10:44:19 -0700)

----------------------------------------------------------------
Yu Kuai (1):
      md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()

 drivers/md/raid5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Song Liu May 26, 2023, 9:15 p.m. UTC | #1
On Wed, May 24, 2023 at 12:03 PM Song Liu <songliubraving@meta.com> wrote:
>
> Hi Jens,
>
> Please consider pulling the following change for md-fixes on top of your
> block-6.4 branch. This change fixes a raid5 regression since 5.12 kernels.
>
> Thanks,
> Song
>
>
>
> The following changes since commit 3eb96946f0be6bf447cbdf219aba22bc42672f92:
>
>   block: make bio_check_eod work for zero sized devices (2023-05-24 08:19:26 -0600)
>
> are available in the Git repository at:
>
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-2023-05-24

Just realized that I forgot to update the repository address. Ut should be:

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git
tags/md-fixes-2023-05-24

I am sorry for this inconvenience.
Song


>
> for you to fetch changes up to 8557dc27126949c702bd3aafe8a7e0b7e4fcb44c:
>
>   md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() (2023-05-24 10:44:19 -0700)
>
> ----------------------------------------------------------------
> Yu Kuai (1):
>       md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
>
>  drivers/md/raid5.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Jens Axboe May 26, 2023, 10:38 p.m. UTC | #2
On 5/26/23 3:15 PM, Song Liu wrote:
> On Wed, May 24, 2023 at 12:03 PM Song Liu <songliubraving@meta.com> wrote:
>>
>> Hi Jens,
>>
>> Please consider pulling the following change for md-fixes on top of your
>> block-6.4 branch. This change fixes a raid5 regression since 5.12 kernels.
>>
>> Thanks,
>> Song
>>
>>
>>
>> The following changes since commit 3eb96946f0be6bf447cbdf219aba22bc42672f92:
>>
>>   block: make bio_check_eod work for zero sized devices (2023-05-24 08:19:26 -0600)
>>
>> are available in the Git repository at:
>>
>>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-2023-05-24
> 
> Just realized that I forgot to update the repository address. Ut should be:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git
> tags/md-fixes-2023-05-24

Pulled, thanks.