lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1903241929290.1798@nanos.tec.linutronix.de>
Date:   Sun, 24 Mar 2019 19:39:43 +0100 (CET)
From:   Thomas Gleixner <tglx@...utronix.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
cc:     Linux List Kernel Mailing <linux-kernel@...r.kernel.org>,
        the arch/x86 maintainers <x86@...nel.org>
Subject: Re: [GIT pull] scheduler updates for 5.1

On Sun, 24 Mar 2019, Linus Torvalds wrote:

> On Sun, Mar 24, 2019 at 7:14 AM Thomas Gleixner <tglx@...utronix.de> 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.

Duh. Just did

git checkout sched-urgent-for-linus
git diff sched/urgent	-> empty
git diff origin/sched/urgent -> empty
git diff origin/sched-urgent-for-linus -> empty

Now doing a fresh clone from git.k.org (not ssh) shows me the stale commit
from last week.

I'm sure that I force pushed and my pull request script checks whether all
branches are up to date before creating the pull request mail. No idea at
all what went wrong.

I just force pushed the thing once more. The head commit is:

  b9a7b8831600: sched/fair: Skip LLC NOHZ logic for asymmetric systems

I'll add that to the pull request mail scripts in future.

It has propagated to gitweb now as well.

Thanks,

	tglx

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ