Skip to content

Commit 8541bc1

Browse files
committed
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()
2 parents 72b4080 + 2af8780 commit 8541bc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/stop_machine.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ static int multi_cpu_stop(void *data)
250250
* be detected and reported on their side.
251251
*/
252252
touch_nmi_watchdog();
253+
/* Also suppress RCU CPU stall warnings. */
253254
rcu_momentary_eqs();
254255
}
255256
} while (curstate != MULTI_STOP_EXIT);

0 commit comments

Comments
 (0)