Re: [PATCH 4/8] mm/memory-failure: convert process iterator to for_each_process_rcu

From: Miaohe Lin

Date: Sun Sep 06 2026 - 23:08:03 EST


On 2026/9/4 16:29, Ye Liu wrote:
> From: Ye Liu <liuye@xxxxxxxxxx>
>
> Replace the manual rcu_read_lock()/rcu_read_unlock() pairs combined
> with for_each_process() loop in mm/memory-failure.c with
> for_each_process_rcu().
>
> No functional change.
>
> Signed-off-by: Ye Liu <liuye@xxxxxxxxxx>

With SJ's comment addressed:

Acked-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Thanks.
.