Skip to content

Commit f785692

Browse files
committed
Merge tag 'stop-machine.2025.01.28a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull stop_machine update from Paul McKenney: "Move a misplaced call to rcu_momentary_eqs() from multi_cpu_stop() to ensure that interrupts are disabled as required" * tag 'stop-machine.2025.01.28a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: stop_machine: Fix rcu_momentary_eqs() call in multi_cpu_stop()
2 parents b2b3379 + c861cac commit f785692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/stop_machine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ static int multi_cpu_stop(void *data)
250250
* be detected and reported on their side.
251251
*/
252252
touch_nmi_watchdog();
253+
rcu_momentary_eqs();
253254
}
254-
rcu_momentary_eqs();
255255
} while (curstate != MULTI_STOP_EXIT);
256256

257257
local_irq_restore(flags);

0 commit comments

Comments
 (0)