diff options
author | Andrea Righi <arighi@nvidia.com> | 2025-03-03 20:51:59 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-03-03 20:55:48 +0300 |
commit | 9360dfe4cbd62ff1eb8217b815964931523b75b3 (patch) | |
tree | 02d5452f2b0b802bc740957174f43c9d2914e90c /arch/arm64/boot/dts/allwinner | |
parent | 8fef0a3b17bb258130a4fcbcb5addf94b25e9ec5 (diff) | |
download | linux-9360dfe4cbd62ff1eb8217b815964931523b75b3.tar.xz |
sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()
If a BPF scheduler provides an invalid CPU (outside the nr_cpu_ids
range) as prev_cpu to scx_bpf_select_cpu_dfl() it can cause a kernel
crash.
To prevent this, validate prev_cpu in scx_bpf_select_cpu_dfl() and
trigger an scx error if an invalid CPU is specified.
Fixes: f0e1a0643a59b ("sched_ext: Implement BPF extensible scheduler class")
Cc: stable@vger.kernel.org # v6.12+
Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner')
0 files changed, 0 insertions, 0 deletions