Re: [GIT PULL] scheduler fixes

From: Ingo Molnar
Date: Mon Apr 29 2024 - 03:29:30 EST



* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> On Sun, 28 Apr 2024 at 01:42, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> >
> > Merge note: in case you are wondering about the timestamps, I ninja-rebased
> > these two commits shortly before the pull request to fix an annoying typo
> > in a commit title.
>
> Hmm. You also forgot to have a diffstat..

Yeah, sorry about the over-eager email trimming. You did end up pulling the
SHA1 I intended to send to you:

# https://lore.kernel.org/r/Zi4HyMFJBwm+JIKZ@xxxxxxxxx

> # HEAD: 257bf89d84121280904800acd25cc2c444c717ae sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
^^^^^^^^^^^^

# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=245c8e81741b51fe1281964e4a6525311be6858f

commit 245c8e81741b51fe1281964e4a6525311be6858f
Merge: aec147c18856 257bf89d8412
^^^^^^^^^^^^
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
AuthorDate: Sun Apr 28 12:11:26 2024 -0700
Commit: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
CommitDate: Sun Apr 28 12:11:26 2024 -0700

Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Which, for the record, had this diffstat:

------------------>
kepler:~/tip> git diff --stat v6.9-rc5..257bf89d8412
^^^^^^^^^^^^
Documentation/timers/no_hz.rst | 7 ++-----
kernel/sched/fair.c | 34 ++++++++++++++++++++--------------
kernel/sched/isolation.c | 18 ++++++++++++++++--
3 files changed, 38 insertions(+), 21 deletions(-)
<------------------

But I should have included the diffstat (statistical-) fail-safe in the
pull request.

Thanks,

Ingo