All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] sched_ext cleanup and toolchain compatibility fixes
@ 2026-03-09  2:28 Zhao Mengmeng
  2026-03-09  2:28 ` [PATCH v2 1/2] sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT Zhao Mengmeng
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Zhao Mengmeng @ 2026-03-09  2:28 UTC (permalink / raw)
  To: tj, void, arighi, changwoo, nathan, nick.desaulniers+lkml, morbo,
	justinstitt, emil
  Cc: sched-ext, linux-kernel, bpf, llvm, zhaomengmeng

From: Zhao Mengmeng <zhaomengmeng@kylinos.cn>

This series contains commits rebase on lastest for-next branch:
1. remove SCX_OPS_HAS_CGROUP_WEIGHT, which was documented to
be deleted on 6.18.
2. Make scheduler scx_sdt runnable on older clang version. clang 17 and
18 tested with no verifier rejections.

Zhao Mengmeng (2):
  sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
  tools/sched_ext: scx_sdt: Fix BPF verifier rejection on older LLVMs

 kernel/sched/ext.c                            |  3 ---
 kernel/sched/ext_internal.h                   |  8 +-------
 .../sched_ext/include/scx/enum_defs.autogen.h |  1 -
 tools/sched_ext/scx_flatcg.bpf.c              |  2 +-
 tools/sched_ext/scx_sdt.bpf.c                 | 20 ++++++++++++++++++-
 5 files changed, 21 insertions(+), 13 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-03-09 19:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09  2:28 [PATCH v2 0/2] sched_ext cleanup and toolchain compatibility fixes Zhao Mengmeng
2026-03-09  2:28 ` [PATCH v2 1/2] sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT Zhao Mengmeng
2026-03-09  2:28 ` [PATCH v2 2/2] tools/sched_ext: scx_sdt: Fix BPF verifier rejection on older LLVMs Zhao Mengmeng
2026-03-09 16:36   ` Emil Tsalapatis
2026-03-09 16:43     ` Alexei Starovoitov
2026-03-09 16:44     ` Tejun Heo
2026-03-09 16:58       ` Zhao mengmeng
2026-03-09 19:49 ` [PATCH v2 0/2] sched_ext: cleanup and toolchain compatibility fixes Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.