On Mon,  1 Jun 2026 17:38:39 +0200
Gabriele Monaco <[email protected]> wrote:

> The da_monitor_reset_all() function for per-task monitors takes
> tasklist_lock while iterating over tasks, then keeps it also while
> iterating over idle tasks (one per CPU). The latter is not necessary
> since the lock needs to guard only for_each_process_thread().
> 
> Use a scoped_guard for more compact syntax and adjust the scope only
> where the lock is necessary.
> 
> Reviewed-by: Wen Yang <[email protected]>
> Reviewed-by: Nam Cao <[email protected]>
> Signed-off-by: Gabriele Monaco <[email protected]>

Hmm, this and patch 13 didn't get applied. Do you plan on sending them later?

-- Steve

Reply via email to