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

Merge tag 'timers-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Ingo Molnar:
 "Fix a lockdep false positive in the i8253 driver"

* tag 'timers-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/i8253: Call clockevent_i8253_disable() with interrupts disabled
parents b372359f 3940f534
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ bool __init pit_timer_init(void)
		 * VMMs otherwise steal CPU time just to pointlessly waggle
		 * the (masked) IRQ.
		 */
		scoped_guard(irq)
			clockevent_i8253_disable();
		return false;
	}