Re: [PATCH 0/2] sched: Spare IPI on single task renice
From: Peter Zijlstra
Date: Wed Dec 04 2019 - 07:21:02 EST
On Tue, Dec 03, 2019 at 05:01:04PM +0100, Frederic Weisbecker wrote:
> A couple of patches to avoid disturbing nohz_full CPUs when a single
> fair task get its priority changed. I should probably check other sched
> policies as well...
Yeah, auditing all that sounds like a good idea.
> Frederic Weisbecker (2):
> sched: Spare resched IPI when prio changes on a single fair task
> sched: Use fair:prio_changed() instead of ad-hoc implementation
These look good though, thanks!