Massive performance improvement in Linux 6.12

sherrellbc

New Member
Jan 11, 2025
7
1
3
Is there any plan to support linux 6.12 for an incremental release? Or perhaps the next major release. There have been some massive performance improvements merged into 6.12 and, especially for virtualization tooling, it would be a shame to miss out on these. I am new here, so I am not as familiar with the release cadence, but thought it prudent to ask the community.

tl;dr; Linux recently has seen performance improvements to context switching on the border of 88% (among quite a lot more). Hardware accelerated virtualization products like KVM are, of course, built on context switching between the host and guest VMs. I expect virtualization to benefit greatly from the new fixes in Linux 6.12.
 
  • Like
Reactions: Gilberto Ferreira
Although is not encourage, you can compile a custom kernel for yourself. Not an easy task, I might add.
Here some instructions:


Let me know about your progress.

Best regards.
 
Is there any plan to support linux 6.12 for an incremental release? Or perhaps the next major release. There have been some massive performance improvements merged into 6.12 and, especially for virtualization tooling, it would be a shame to miss out on these. I am new here, so I am not as familiar with the release cadence, but thought it prudent to ask the community.

tl;dr; Linux recently has seen performance improvements to context switching on the border of 88% (among quite a lot more). Hardware accelerated virtualization products like KVM are, of course, built on context switching between the host and guest VMs. I expect virtualization to benefit greatly from the new fixes in Linux 6.12.
6.12 kernel will come with Debian Trixie (see : https://packages.debian.org/testing/kernel/). Proxmox may integrate it before Trixie release. We just have to wait. Or you can try kernel compilation ;)
 
  • Like
Reactions: Kingneutron
Building a custom kernel in general is no trouble. It's the alignment of kernel release with existing Proxmox patches on a newer kernel that might be problematic. But it looks possible, given the link that was posted above.
 
  • Like
Reactions: Kingneutron