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