Le Fri, Feb 16, 2024 at 05:27:39PM -0800, Boqun Feng a écrit : > From: "Paul E. McKenney" <[email protected]> > > This commit continues the elimination of deadlocks involving do_exit() > and RCU tasks by causing exit_tasks_rcu_start() to add the current > task to a per-CPU list and causing exit_tasks_rcu_stop() to remove the > current task from whatever list it is on. These lists will be used to > track tasks that are exiting, while still accounting for any RCU-tasks > quiescent states that these tasks pass though. > > [ paulmck: Apply Frederic Weisbecker feedback. ] > > Link: > https://lore.kernel.org/all/[email protected]/ > > Reported-by: Chen Zhongjin <[email protected]> > Reported-by: Yang Jihong <[email protected]> > Signed-off-by: Paul E. McKenney <[email protected]> > Tested-by: Yang Jihong <[email protected]> > Tested-by: Chen Zhongjin <[email protected]> > Signed-off-by: Boqun Feng <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
