- cross-posted to:
- linux@programming.dev
This is the best summary I could come up with:
The extensible scheduler “sched_ext” code has proven quite versatile for opening up better Linux gaming performance, more quickly prototyping new scheduler changes, Ubuntu/Canonical has been evaluating it for pursuing a more micro-kernel like design, and many other interesting approaches with it.
Torvalds feels the sched_ext code is ready enough and provides real value to the mainline Linux kernel.
This whole patchset was the major (private) discussion at last year’s kernel maintainer summit, and I don’t find any value in having the same discussion (whether off-list or as an actual event) at the upcoming maintainer summit one year later, so to make any kind of sane progress, my current plan is to merge this for 6.11.
I’ve never been a huge believer in trying to make everybody happy with code that is out of tree - we’re better off working together on it in-tree.
And using the “in order to accept this, some other thing has to be fixed first” argument doesn’t really work well either (and that has been discussed for over a decade at various maintainer summits).
So short of any last minute change of plans between now and mid-July when the Linux 6.11 merge window opens, looks for sched_ext in the next kernel cycle.
The original article contains 432 words, the summary contains 206 words. Saved 52%. I’m a bot and I’m open source!
- Fizz ( @Fizz@lemmy.nz ) 34•5 months ago
This is going to be such an awesome addition. I saw an interview with one of the guys working on the project and it sounded so cool. I think the interview was on tech over tea with David Vernet. Great talk about the magic box thay is the Linux kernal.
- anar ( @anarchist@lemmy.ml ) 3•5 months ago
I believe this is the video: https://m.youtube.com/watch?v=Ta0imAIz31M
Thanks!
- youmaynotknow ( @jjlinux@lemmy.ml ) 30•5 months ago
Awesome. No idea what that means, but AWESOME!
- bionicjoey ( @bionicjoey@lemmy.ca ) 31•5 months ago
Same. No idea what it means, but I like when Linus throws stuff.
- PlexSheep ( @PlexSheep@infosec.pub ) 16•5 months ago
Sounds good but what does sched_ext do and mean for the future?
- ElectroLisa ( @ElectroLisa@lemmy.blahaj.zone ) 22•5 months ago
Changing schedulers on-the-fly, depending on what you need to do on your machine.
- PlexSheep ( @PlexSheep@infosec.pub ) 3•5 months ago
Oooh that’s cool
- bitfucker ( @bitfucker@programming.dev ) 2•5 months ago
Holy shit that is one heck of a thing to do.
- Melody Fwygon ( @fwygon@beehaw.org ) 9•5 months ago
I like that he is being decisive about it. I wouldn’t be surprised to learn that the feature was only being delayed because of internal project politics or quirky policies that normally make sense, but don’t in this specific scenario.