mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
Merge tag 'stop-machine.2025.03.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull stop-machine update from Paul McKenney: - Add a comment for the call to rcu_momentary_eqs() from multi_cpu_stop() explaining that its purpose is to suppress false-positive RCU CPU stall warnings * tag 'stop-machine.2025.03.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: stop-machine: Add comment for rcu_momentary_eqs()
This commit is contained in:
@@ -250,6 +250,7 @@ static int multi_cpu_stop(void *data)
|
||||
* be detected and reported on their side.
|
||||
*/
|
||||
touch_nmi_watchdog();
|
||||
/* Also suppress RCU CPU stall warnings. */
|
||||
rcu_momentary_eqs();
|
||||
}
|
||||
} while (curstate != MULTI_STOP_EXIT);
|
||||
|
||||
Reference in New Issue
Block a user