Re: [PATCH -next 10/29] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'

From: Song Liu
Date: Mon Aug 21 2023 - 20:15:29 EST


On Thu, Aug 3, 2023 at 6:32 AM Yu Kuai <yukuai1@xxxxxxxxxxxxxxx> wrote:
>
> From: Yu Kuai <yukuai3@xxxxxxxxxx>
>
> 'conf->log' is set with 'reconfig_mutex' grabbed, however, readers are
> not procted, hence use READ_ONCE/WRITE_ONCE to prevent reading abnormal
> value.
>
> Signed-off-by: Yu Kuai <yukuai3@xxxxxxxxxx>

It appears to me that this patch doesn't apply to md-next. Please rebase
and resend all 3 sets.

Thanks,
Song