From: Ingo Molnar <mingo@kernel.org>
To: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: hpa@zytor.com, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org, pjt@google.com, cl@linux.com,
riel@redhat.com, bharata.rao@gmail.com,
akpm@linux-foundation.org, Lee.Schermerhorn@hp.com,
aarcange@redhat.com, danms@us.ibm.com, suresh.b.siddha@intel.com,
tglx@linutronix.de, linux-tip-commits@vger.kernel.org
Subject: Re: [tip:sched/numa] sched: Make find_busiest_queue a method
Date: Sat, 19 May 2012 13:05:52 +0200 [thread overview]
Message-ID: <20120519110552.GA2012@gmail.com> (raw)
In-Reply-To: <1337353008.573.49.camel@twins>
* Peter Zijlstra <a.p.zijlstra@chello.nl> wrote:
> On Fri, 2012-05-18 at 03:36 -0700, tip-bot for Peter Zijlstra wrote:
>
> > sched: Make find_busiest_queue a method
> >
> > Its a bit awkward but it was the least painful means of modifying the
> > queue selection. Used in a later patch to conditionally use a random
> > queue.
> >
>
> > ---
> > include/linux/mm_types.h | 8 +
> > include/linux/sched.h | 14 +
> > init/Kconfig | 2 +-
> > kernel/fork.c | 2 +
> > kernel/sched/Makefile | 1 +
> > kernel/sched/core.c | 22 ++-
> > kernel/sched/debug.c | 3 +
> > kernel/sched/fair.c | 257 +++++++++++++++--
> > kernel/sched/features.h | 12 +
> > kernel/sched/numa.c | 741 ++++++++++++++++++++++++++++++++++++++++++++++
> > kernel/sched/sched.h | 34 +++
> > mm/init-mm.c | 10 +
> > 12 files changed, 1079 insertions(+), 27 deletions(-)
>
>
> Something went wrong here.. this were 3 patches:
>
> Subject: sched: Make find_busiest_queue a method
> Subject: sched: Implement home-node awareness
> Subject: sched, numa: Numa balancer
Oops, indeed, good spotting - that was the victim of a
post-review, post-commit backmerge of a fixlet workflow hickup
so it went unnoticed by me. I Hate Rebases (tm).
Will push it out shortly, after some testing.
Thanks,
Ingo
next prev parent reply other threads:[~2012-05-19 11:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-18 10:36 [tip:sched/numa] sched: Make find_busiest_queue a method tip-bot for Peter Zijlstra
2012-05-18 14:56 ` Peter Zijlstra
2012-05-19 11:05 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-28 7:59 [tip:sched/numa] sched: Make find_busiest_queue() " tip-bot for Peter Zijlstra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120519110552.GA2012@gmail.com \
--to=mingo@kernel.org \
--cc=Lee.Schermerhorn@hp.com \
--cc=a.p.zijlstra@chello.nl \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=bharata.rao@gmail.com \
--cc=cl@linux.com \
--cc=danms@us.ibm.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=pjt@google.com \
--cc=riel@redhat.com \
--cc=suresh.b.siddha@intel.com \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).