Commit 09bcd5ef66a2 for kernel

commit 09bcd5ef66a2524545dc0bc834140606f4180d0f
Merge: 08b8ddac1f43 c2ae8b0df2d1
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Dec 6 12:31:21 2025 -0800

    Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull scheduler fixes from Ingo Molnar:
     "Miscellaneous scheduler fixes/cleanups:

       - Fix psi_dequeue() for Proxy Execution

       - Fix hrtick() vs. scheduling context bug

       - Fix unfairness caused by stalled tg_load_avg_contrib when the last
         task migrates out

       - Fix whitespace noise in headers

       - Remove a preempt-disable section in rt_mutex_setprio()"

    * tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      sched/core: Fix psi_dequeue() for Proxy Execution
      sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
      sched/rt: Remove a preempt-disable section in rt_mutex_setprio()
      sched/hrtick: Fix hrtick() vs. scheduling context
      sched/headers: Remove whitespace noise from kernel/sched/sched.h