Commit f785692f authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'stop-machine.2025.01.28a' of...

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()
parents b2b3379f c861cac9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,8 +250,8 @@ static int multi_cpu_stop(void *data)
			 * be detected and reported on their side.
			 */
			touch_nmi_watchdog();
		}
			rcu_momentary_eqs();
		}
	} while (curstate != MULTI_STOP_EXIT);

	local_irq_restore(flags);