[PATCH v2 1/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
SJ Park
sj at kernel.org
Mon Sep 7 21:20:53 UTC 2026
On Mon, 7 Sep 2026 16:13:27 +0800 Ye Liu <ye.liu at linux.dev> wrote:
> From: Ye Liu <liuye at kylinos.cn>
>
> Introduce for_each_process_rculock(), for_each_thread_rculock() and
> for_each_process_thread_rculock() macros that acquire the RCU read
> lock before the iteration starts and release it when the loop is left,
> so that the RCU read-side critical section is scoped to the loop body
> instead of an externally managed rcu_read_lock()/rcu_read_unlock()
> pair.
Looks good to me.
>
> Signed-off-by: Ye Liu <liuye at kylinos.cn>
> Acked-by: Michal Hocko <mhocko at suse.com>
Assuming Lorenzo's indentation change requests are accepted,
Reviewed-by: SJ Park <sj at kernel.org>
Thanks,
SJ
[...]
More information about the Linux-security-module-archive
mailing list