]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Mar 2025 19:56:46 +0000 (09:56 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Mar 2025 19:56:46 +0000 (09:56 -1000)
Pull scheduler fix from Ingo Molnar:
 "Fix a sleeping-while-atomic bug caused by a recent optimization
  utilizing static keys that didn't consider that the
  static_key_disable() call could be triggered in atomic context.

  Revert the optimization"

* tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/clock: Don't define sched_clock_irqtime as static key


Trivial merge