QCLINUX: arm64: configs: qcom: Enable SCHED_CLASS_EXT (sched_ext)#1360
QCLINUX: arm64: configs: qcom: Enable SCHED_CLASS_EXT (sched_ext)#1360ashayj22 wants to merge 1 commit into
Conversation
Enable the extensible scheduling class (SCX) which allows BPF-based scheduling policies. Also enable its cgroup dependencies: - CONFIG_SCHED_CLASS_EXT=y -- core sched_ext class - CONFIG_EXT_GROUP_SCHED=y -- cgroup-aware scheduling via sched_ext - CONFIG_EXT_SUB_SCHED=y -- cgroup subsystem integration BTF support (DEBUG_INFO_BTF, DEBUG_INFO_BTF_MODULES) is enabled which is required by SCHED_CLASS_EXT and also needed for BPF CO-RE and kernel module BTF. Signed-off-by: Ashay Jaiswal <ashay.jaiswal@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1360PR: #1360
Verdict1 of 5 merge conflicts is directly related to this PR's changes; 4 are pre-existing conflicts in the integration branch. No compilation errors occurred — the build failed during the merge phase before compilation could begin. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1360PR: #1360
Verdict1 of 5 merge conflicts is directly introduced by this PR; 4 are pre-existing conflicts in the integration baseline unrelated to the PR's changes. 📎 Detailed analysis: Full report |
PR #1360 — validate-patchPR: #1360
Final Summary
|
PR #1360 — checker-log-analyzerPR: #1360
Detailed report: Full report
|
Enable the extensible scheduling class (SCX) which allows BPF-based scheduling policies. Also enable its cgroup dependencies:
BTF support (DEBUG_INFO_BTF, DEBUG_INFO_BTF_MODULES) is enabled which is required by SCHED_CLASS_EXT and also needed for BPF CO-RE and kernel module BTF.