Re: NULL pointer dereference in pick_next_task_fair

From: Valentin Schneider
Date: Thu Oct 31 2019 - 10:25:09 EST


On 31/10/2019 11:54, Valentin Schneider wrote:
> On 31/10/2019 02:33, Valentin Schneider wrote:
>> For wakeups, select_task_rq_fair() can only ever pick prev_cpu or this_cpu
>> since there are no sched domains. I don't see many candidates that could
>> wakeup on a secondary (thus have non-zero this_cpu) this early there.

And another fail here, this doesn't have to be at secondary bringup, it's
just that the bringup will always be in the idle task's callstack (if the
timestamps weren't enough of a clue already). I guess I'll stop writing
nonsense and keep staring in silence.