上周,Linux的创建者Linus Torvalds发现了一种糟糕的性能回归早期的Linux6.8内核状态导致他的内核构建时间翻了一番。从那时起,内核开发人员一直致力于分析问题并制定解决方案。几分钟前,补丁已经进入主线内核。
合并后的修复确实是在上一篇Phoronix文章中提到的关于在Schedutil调控器中使用ACPI CPUFreq驱动程序时内核调度器行为的一行程序。
这一行更改应用了25%的裕度,以便内核在充分利用CPU之前选择比当前频率更高的频率。
解决办法一直是合并 so on older AMD systems using ACPI CPUFreq Schedutil and elsewhere, Linux 6.8 should no longer regress the performance -- unless there are other performance regressions lurking this merge window.