Updated FUTEX2 Patches Posted For The Linux Kernel With A Focus On Helping Games

Written by Michael Larabel in Linux Gaming on 15 February 2021 at 11:12 AM EST. 27 Comments
LINUX GAMING
It's approaching one year since the proposal of FUTEX2 for addressing shortcomings of the existing FUTEX system call and allowing the semantics to better match that of the Windows behavior, which is of use when running Windows games on Linux via Steam Play's Wine/Proton. In the end the FUTEX2 system call can lead to lower CPU utilization and in turn allowing for greater Linux gaming performance.

André Almeida of Collabora today posted the latest patches introducing the FUTEX2 system call though with these patches are still marked as "request for comments" (RFC) so don't expect them to be merged to mainline in short order -- plus the fact that it would already be too late for trying to get it into the now-open 5.12 merge window.

With the FUTEX2 system call and patched versions of Wine/Proton, there can be easily a several percent improvement over the existing behavior -- see more details within the recent The FUTEX2 System Call Continues Working Its Way Towards Mainline In 2021 presentation from Linux.Conf.Au 2021. The waiting on multiple futexes support of FUTEX2 is for better matching the Windows behavior while the new system call would also address allowing smaller sizes for the futex user-space integer and better NUMA awareness.

In addition to modifying Wine/Proton to make use of FUTEX2, Andre also has stressed the interface by modifying Glibc to also make use of the new system call. So far the testing and performance figures are looking good.

The newest patches for the FUTEX2 system call can be found for review and discussion on the kernel mailing list. We'll see where the discussion goes from there if the work gets buttoned up quickly where we could potentially see it appear in the 5.13 kernel this summer or if it will take a few more cycles until it's settled down and upstream developers in agreement for this low-level kernel improvement that will help not only gaming but other use-cases as well.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week