Re: [PATCH 2/4] sched/fair: Small cleanup to sched_balance_newidle()
From: Peter Zijlstra
Date: Mon Nov 10 2025 - 09:04:53 EST
On Mon, Nov 10, 2025 at 02:55:34PM +0100, Dietmar Eggemann wrote:
> On 07.11.25 17:06, Peter Zijlstra wrote:
> > Pull out the !sd check to simplify code.
> >
> > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> > ---
> > kernel/sched/fair.c | 10 ++++++----
> > 1 file changed, 6 insertions(+), 4 deletions(-)
> >
> > --- a/kernel/sched/fair.c
> > +++ b/kernel/sched/fair.c
> > @@ -12811,14 +12811,16 @@ static int sched_balance_newidle(struct
> >
> > rcu_read_lock();
>
> Maybe scoped_guard(rcu) here?
Thought about that, but ideally we'd simply remove all that. This has
IRQs disabled and that is sufficient.