Re: [PATCH -v2 07/17] sched: Fix hotplug vs CPU bandwidth control

From: Peter Zijlstra
Date: Tue Oct 06 2020 - 09:33:34 EST


On Tue, Oct 06, 2020 at 02:46:28PM +0200, Vincent Guittot wrote:

> > @@ -6993,6 +6995,14 @@ int sched_cpu_deactivate(unsigned int cp
> >
> > balance_push_set(cpu, true);
> >
> > + rq_lock_irqsave(rq, &rf);
> > + if (rq->rd) {
> > + update_rq_clock();
>
> Tried to compile but rq parameter is missing

Damn :/, I'm sure I fixed that. must've lost a refresh before sending.