Re: [PATCH v3 1/6] sched/rt: cpupri_find: Implement fallback mechanism for !fit case

From: Steven Rostedt
Date: Wed Mar 11 2020 - 09:51:36 EST


On Tue, 10 Mar 2020 14:22:20 +0000
Qais Yousef <qais.yousef@xxxxxxx> wrote:

> This patch was already picked by Ingo, which I'm fine (and slightly prefer) the
> current version. But for the sake of completeness here's patch that falls back
> to a full 2nd scan.
>
> Steve, can you please ping Peter/Ingo if you prefer the below version to be
> picked up instead? It is based on tip/sched/core and should apply on top of the
> picked up series.

Yeah, after looking at it for a bit, I think this is probably the best
"best effort" we can have without getting too complex or allocating more
memory.

Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

Peter or Ingo, want to pick this patch up too?

-- Steve