Re: [PATCH sched_ext/for-7.3] tools/sched_ext/include: Regenerate enum_defs.autogen.h
Tejun Heo <[email protected]> Mon, 27 Jul 2026 10:02:53 -1000
| Newsgroups | dev.linux.lists.sched-ext |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jul 26, 2026 at 10:00:16PM +0000, [email protected] wrote: > [Severity: Medium] > Is the SCX_REENQ_LOCAL_MAX_REPEAT to SCX_REENQ_MAX_REPEAT rename actually > present in this tree? > > Looking at kernel/sched/ext/types.h, the old enum name is still present: The rename is in 7706d6e4f2e3 ("sched_ext: Bound per-task reenqueues and eject the owning scheduler"), the commit right below this one on sched_ext/for-7.3. The review base is missing it. > [Severity: Medium] > Will this cause build failures for BPF schedulers that check for > HAVE_SCX_REENQ_MAX_REPEAT? No. With the above commit in the tree, vmlinux.h carries the renamed enum. Thanks. -- tejun