Re: [GIT pull] scheduler updates for 5.1
From: Linus Torvalds
Date: Sun Mar 24 2019 - 14:07:25 EST
On Sun, Mar 24, 2019 at 7:14 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Second more careful attempt for this set of fixes:
What? No. It's the exact same garbage as last time, with no more care
shown anywhere:
kernel/sched/cpufreq_schedutil.c:346:26: note: in expansion of macro âminâ
sg_cpu->iowait_boost = min(sg_cpu->iowait_boost << 1,
SCHED_CAPACITY_SCALE);
I told you *exactly* what the problem was the last time, and it's
*exactly* the same now too.
Hmm. Looking closer, I see that the patch you *claim* to send me has
"min_t()". But the tree I actually got has the same old garbage.
I suspect you didn't update the git repo properly or something.
But since the -tip tree pull requests don't include the git hash
value, I can't even tell what you *meant* to send me. I assume you
also don't get the warning that "git request-pull" would give you
about mismatches..
Linus