Linux Stable Updates Are Dropping The Performance-Pounding STIBP

Written by Michael Larabel in Linux Kernel on 22 November 2018 at 05:00 PM EST. 18 Comments
LINUX KERNEL
The Linux stable trees that recently received STIBP "Single Thread Indirect Branch Predictors" after back-porting from Linux 4.20 are seeing the code reverted. This is the change that recently caused major slowdowns in Linux performance for workloads like Python, PHP, Java, code compilation, and other workloads like some games.

After a week of benchmarks showing how STIBP is/was regressing the Linux 4.20 kernel performance big time, which also upset Linus Torvalds with the performance impact not being communicated when the patches were merged, the code is being dropped from the stable branches. This STIBP support for cross-hyperthread Spectre V2 mitigation was back-ported to the supported Linux 4.14 and 4.19 LTS series, but due to the sizable performance regressions set on by default, the code is being reverted.


The reverts are present in Greg KH's linux-stable-rc tree. The upcoming Linux 4.19.4 and 4.14.83 kernel point releases will have the code reverted and thus the performance regressions restored.


On current Linux 4.20 Git, STIBP remains in place. There is the better approach to STIBP still being reviewed. It's expected that the new patch series will be ready for merging prior to Linux 4.20.0 shipping in approximately one month's time, so that should be taken care of for the 4.20 stable release. It remains to be seen if that new code with the better STIBP heuristics will be then back-ported to the current stable/LTS series, but it wouldn't be too surprising if that's the case.

It's great that the STIBP code is getting cleaned up promptly once the significant performance ramifications were brought to light.
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