Commit 37889ceadde0 for kernel

commit 37889ceadde0329621a1a1f253febb2019dfdec2
Merge: 05950213a971 a1eab4d813f7
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Sep 17 13:27:31 2025 -0700

    Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

    Pull sched_ext fixes from Tejun Heo:

     - Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHED

     - Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"
       which was causing issues with per-CPU task scheduling and reenqueuing
       behavior

    * tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
      sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHED
      Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"