]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Mar 2025 21:52:04 +0000 (11:52 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Mar 2025 21:52:04 +0000 (11:52 -1000)
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()


Trivial merge