-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECHO scheduler support on Linux 6.9 #944
Comments
https://github.com/CachyOS/kernel-patches/blob/master/6.9/sched/0001-echo.patch Here is a tested patch. |
That is the same exact patch, just with different commit info. So the
CachyOS's consensus is also that it just works. Let's make this available
too then?
…On Wed, May 15, 2024, 9:23 AM Peter Jung ***@***.***> wrote:
https://github.com/CachyOS/kernel-patches/blob/master/6.9/sched/0001-echo.patch
Here is a tested patch.
—
Reply to this email directly, view it on GitHub
<#944 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATSSZDCSUA7I3ZTX76MGJD3ZCNOWVAVCNFSM6AAAAABHXK4AZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJSGUYTMMZYHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes, it works fine. Weve tested it. |
Hello, Thank you all for you efforts. I assume no diff between 6.8 and 6.9 since the old patch is working. I will have a look on 6.9 changes and see if any changes are needed. |
6.10 will not work anymore. The patch does apply, but fails at compilation time. |
CachyOS is carrying a Linux 6.10 patch. It fails for me with Clang 18.1 because implicit function declarations are errors as of Clang 16, with a bunch of related errors ( I changed
A quick ripgrep of the upstream sources shows that SG_OVERUTILIZED and CPU_NOT_IDLE were removed from 6.10.
vs. 6.10
So the TL;DR here is that ECHO has to be significantly reworked to build with Linux 6.10. Should we bring this to @hamadmarri's repo? |
The ECHO 6.8 patch works on vanilla Linux 6.9, at least for me.
I already opened an issue upstream.
Is it worth adding to TkG as experimental ASAP or waiting for confirmed support?
The text was updated successfully, but these errors were encountered: