Commit b7f94fcf5546 for kernel

commit b7f94fcf55469ad3ef8a74c35b488dbfa314d1bb
Merge: 6e8e2f82bc26 9360dfe4cbd6
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Mar 12 11:52:04 2025 -1000

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

    Pull sched_ext fix from Tejun Heo:
     "BPF schedulers could trigger a crash by passing in an invalid CPU to
      the scx_bpf_select_cpu_dfl() helper.

      Fix it by verifying input validity"

    * tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
      sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()