By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Linux 6.18-rc5 To Cut Down Performance Regression Observed On IBM POWER CPUs
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Linux 6.18-rc5 To Cut Down Performance Regression Observed On IBM POWER CPUs
Computing

Linux 6.18-rc5 To Cut Down Performance Regression Observed On IBM POWER CPUs

News Room
Last updated: 2025/11/08 at 2:55 PM
News Room Published 8 November 2025
Share
Linux 6.18-rc5 To Cut Down Performance Regression Observed On IBM POWER CPUs
SHARE

Merged today ahead of the Linux 6.18-rc5 kernel due out on Sunday is a partial fix for a performance regression observed on IBM POWER hardware.

Since the “IMMUTABLE” flag was dropped from the kernel’s FUTEX code for the Linux 6.17 cycle, IBM engineers have noted a performance regression primarily affecting their hardware. Now for Linux 6.18-rc5 that performance regression is at least cut in half.

POWER9 server

Intel engineer Peter Zijlstra worked out the partial fix/workaround by optimizing the per-CPU reference ocunting in the Futex code. Zijlstra explained with the now-merged patch:

“Shrikanth noted that the per-cpu reference counter was still some 10% slower than the old immutable option (which removes the reference counting entirely).

Further optimize the per-cpu reference counter by:

– switching from RCU to preempt;

– using __this_cpu_*() since we now have preempt disabled;

– switching from smp_load_acquire() to READ_ONCE().

This is all safe because disabling preemption inhibits the RCU grace period exactly like rcu_read_lock().

Having preemption disabled allows using __this_cpu_*() provided the only access to the variable is in task context — which is the case here.

Furthermore, since we know changing fph->state to FR_ATOMIC demands a full RCU grace period we can rely on the implied smp_mb() from that to replace the acquire barrier().

This is very similar to the percpu_down_read_internal() fast-path.

The reason this is significant for PowerPC is that it uses the generic this_cpu_*() implementation which relies on local_irq_disable() (the x86 implementation relies on it being a single memop instruction to be IRQ-safe). Switching to preempt_disable() and __this_cpu*() avoids this IRQ state swizzling. Also, PowerPC needs LWSYNC for the ACQUIRE barrier, not having to use explicit barriers safes a bunch.

Combined this reduces the performance gap by half, down to some 5%.”

This improvement was merged to the Linux 6.18 Git code today as the sole change of this week’s locking/urgent pull request.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Does Your iPhone Actually Emit Harmful Radiation? – BGR Does Your iPhone Actually Emit Harmful Radiation? – BGR
Next Article Meta announces plans to spend 0B in the US over three years –  News Meta announces plans to spend $600B in the US over three years – News
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Indie App Spotlight: ‘Focii’ is a clutter-free task management app with timers and more – 9to5Mac
Indie App Spotlight: ‘Focii’ is a clutter-free task management app with timers and more – 9to5Mac
News
Can You Bring A Starlink Mini Through TSA? – BGR
Can You Bring A Starlink Mini Through TSA? – BGR
News
Gemini on Google Home is here — how’s it working out for you?
Gemini on Google Home is here — how’s it working out for you?
News
You Can Change Your iPhone's Liquid Glass Design With This New iOS 26.1 Setting
You Can Change Your iPhone's Liquid Glass Design With This New iOS 26.1 Setting
News

You Might also Like

Gran Turismo 7 – How to Save & Upload Race Clips/Replays to YouTube | HackerNoon
Computing

Gran Turismo 7 – How to Save & Upload Race Clips/Replays to YouTube | HackerNoon

3 Min Read
DevOps Isn’t a Tool, It’s a Chain Reaction | HackerNoon
Computing

DevOps Isn’t a Tool, It’s a Chain Reaction | HackerNoon

25 Min Read
Rustup 1.27.1: Minor Bug Fixes Can Have a Big Positive Impact | HackerNoon
Computing

Rustup 1.27.1: Minor Bug Fixes Can Have a Big Positive Impact | HackerNoon

2 Min Read
What Are Generics? An Introduction for Beginners  | HackerNoon
Computing

What Are Generics? An Introduction for Beginners | HackerNoon

21 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?