[PATCH v2 0/1] Updated MD_SB_CHANGE_PENDING fix

Logan Gunthorpe posted 1 patch 3 years, 6 months ago
drivers/md/raid5.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH v2 0/1] Updated MD_SB_CHANGE_PENDING fix
Posted by Logan Gunthorpe 3 years, 6 months ago
Hi Song,

Here's the updated fix for the MD_SB_CHANGE_PENDING issue.

I've run my tests on this change on a branch along with Yu's
series for a few days now, and it seems solid.

Thanks,

Logan

--

Logan Gunthorpe (1):
  md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d

 drivers/md/raid5.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)


base-commit: 673164f606ec776de795c15396faa80288c523d0
--
2.30.2
Re: [PATCH v2 0/1] Updated MD_SB_CHANGE_PENDING fix
Posted by Song Liu 3 years, 6 months ago
On Wed, Sep 21, 2022 at 9:28 AM Logan Gunthorpe <logang@deltatee.com> wrote:
>
> Hi Song,
>
> Here's the updated fix for the MD_SB_CHANGE_PENDING issue.
>
> I've run my tests on this change on a branch along with Yu's
> series for a few days now, and it seems solid.
>

Applied to md-next. Thanks!

Song