Re: [PATCH 7.0 000/307] 7.0.7-rc1 review
From: Ronald Warsow
Date: Tue May 12 2026 - 15:54:11 EST
Hi
7.0.7-rc1 does not compile !
=======
error:
In file included from kernel/sched/build_policy.c:62:
kernel/sched/ext.c: In function ‘bypass_lb_cpu’:
kernel/sched/ext.c:4019:35: error: ‘donor_rq’ undeclared (first use in this function); did you mean ‘donee_rq’?
4019 | if (task_rq(p) != donor_rq)
| ^~~~~~~~
| donee_rq
kernel/sched/ext.c:4019:35: note: each undeclared identifier is reported only once for each function it appears in
make[4]: *** [scripts/Makefile.build:289: kernel/sched/build_policy.o] Error 1
make[3]: *** [scripts/Makefile.build:548: kernel/sched] Error 2
make[2]: *** [scripts/Makefile.build:548: kernel] Error 2
make[2]: *** Waiting for unfinished jobs....
========
if I do
git revert eb5b997dadc51746b5db031be1e9e7c19646c317 --no-edit
(NOT bisected just reading through the patches !)
I find no regressions here on x86_64 (Intel 11th Gen. CPU)
Thanks
Tested-by: Ronald Warsow <rwarsow@xxxxxx>