[GIT PULL] sched_ext: A fix for v6.14-rc6

From: Tejun Heo
Date: Wed Mar 12 2025 - 17:14:12 EST


The following changes since commit 8fef0a3b17bb258130a4fcbcb5addf94b25e9ec5:

sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (2025-02-25 08:28:52 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.14-rc6-fixes

for you to fetch changes up to 9360dfe4cbd62ff1eb8217b815964931523b75b3:

sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (2025-03-03 07:55:48 -1000)

----------------------------------------------------------------
sched_ext: A fix for v6.14-rc6

BPF schedulers could trigger a crash by passing in an invalid CPU to the
helper scx_bpf_select_cpu_dfl(). Fix it by verifying input validity.

----------------------------------------------------------------
Andrea Righi (1):
sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()

kernel/sched/ext.c | 3 +++
1 file changed, 3 insertions(+)

--
tejun