[PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
SJ Park
sj at kernel.org
Mon Sep 7 21:28:59 UTC 2026
On Mon, 7 Sep 2026 16:13:31 +0800 Ye Liu <ye.liu at linux.dev> wrote:
> From: Ye Liu <liuye at kylinos.cn>
>
> Replace the manual rcu_read_lock()/rcu_read_unlock() and guard(rcu)
> pairs combined with for_each_process(), for_each_thread() and
> for_each_process_thread() loops across kernel/ with the
> for_each_*_rculock() macros, which scope the RCU read lock to the
> loop body via scoped_guard(rcu).
>
> No functional change.
Looks good and correct to me.
>
> Signed-off-by: Ye Liu <liuye at kylinos.cn>
> Acked-by: Michal Hocko <mhocko at suse.com>
Reviewed-by: SJ Park <sj at kernel.org>
Thanks,
SJ
[...]
More information about the Linux-security-module-archive
mailing list