> From: Ye Liu <[email protected]> > > Replace guard(rcu)() combined with for_each_process_thread() loop in > kernel/unwind/deferred.c with for_each_process_thread_rculock(), > which scopes the RCU read lock to the loop body via scoped_guard(rcu). > > No functional change. > > Signed-off-by: Ye Liu <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=12
