From: Ingo Molnar <mingo@kernel.org>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Vincent Guittot <vincent.guittot@linaro.org>,
paulmck@linux.vnet.ibm.com, smuckle@quicinc.com, khilman@ti.com,
Robin.Randhawa@arm.com, suresh.b.siddha@intel.com,
thebigcorporation@gmail.com, venki@google.com,
panto@antoniou-consulting.com, mingo@elte.hu,
paul.brett@intel.com, pdeschrijver@nvidia.com, pjt@google.com,
efault@gmx.de, fweisbec@gmail.com, geoff@infradead.org,
rostedt@goodmis.org, tglx@linutronix.de,
amit.kucheria@linaro.org,
linux-kernel <linux-kernel@vger.kernel.org>,
linaro-sched-sig@lists.linaro.org,
Morten Rasmussen <Morten.Rasmussen@arm.com>,
Juri Lelli <juri.lelli@gmail.com>
Subject: Re: Plumbers: Tweaking scheduler policy micro-conf RFP
Date: Mon, 21 May 2012 09:16:22 +0200 [thread overview]
Message-ID: <20120521071622.GA30748@gmail.com> (raw)
In-Reply-To: <1337469731.573.154.camel@twins>
* Peter Zijlstra <peterz@infradead.org> wrote:
> On Sat, 2012-05-19 at 10:08 -0700, Linus Torvalds wrote:
> > And I
> > *do* know that the real world simply isn't simple enough that we could
> > ever do a perfect job, so don't even try - instead aim for
> > "understandable, maintainable, and gets the main issues roughly
> > right".
>
> I think we're in violent agreement on many points and most of
> this is based on a mis-understanding. I've argued for exactly
> this many times.
it's these pending commits in tip:sched/core:
8e7fbcbc22c1 sched: Remove stale power aware scheduling remnants and dysfunctional knobs
fac536f7e492 Merge branch 'sched/urgent' into sched/core
13e099d2f77e sched/debug: Fix printing large integers on 32-bit platforms
e44bc5c5d00e sched/fair: Improve the ->group_imb logic
556061b00c9f sched/nohz: Fix rq->cpu_load[] calculations
870a0bb5d636 sched/numa: Don't scale the imbalance
04f733b4afac sched/fair: Revert sched-domain iteration breakage
316ad248307f sched/x86: Rewrite set_cpu_sibling_map()
dd7d8634e619 sched/numa: Fix the new NUMA topology bits
cb83b629bae0 sched/numa: Rewrite the CONFIG_NUMA sched domain support
bd939f45da24 sched/fair: Propagate 'struct lb_env' usage into find_busiest_group
0ce90475dcdb sched/fair: Add some serialization to the sched_domain load-balance walk
c22402a2f76e sched/fair: Let minimally loaded cpu balance the group
c82513e51355 sched: Change rq->nr_running to unsigned int
ad7687dde878 x86/numa: Check for nonsensical topologies on real hw as well
0acbb440f063 x86/numa: Hard partition cpu topology masks on node boundaries
94c0dd3278dd x86/numa: Allow specifying node_distance() for numa=fake
19209bbb8612 x86/sched: Make mwait_usable() heed to "idle=" kernel parameters properly
489a71b029cd sched: Update documentation and comments
the result of these commits is:
24 files changed, 417 insertions(+), 975 deletions(-)
Most of the linecount win is due to the removal of the
dysfunctional power scheduling - but even without that commit
it's a simplification:
15 files changed, 415 insertions(+), 481 deletions(-)
while it lifts the historic limitations of the sched-domains
approach and makes the code a whole lot more logical.
Nevertheless I'll wait for Linus to confirm that he agrees
violently as well, before sending these bits ;-)
Thanks,
Ingo
next prev parent reply other threads:[~2012-05-21 7:16 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 16:16 Plumbers: Tweaking scheduler policy micro-conf RFP Vincent Guittot
2012-05-11 16:26 ` Steven Rostedt
2012-05-11 16:38 ` Vincent Guittot
2012-05-15 8:41 ` Juri Lelli
2012-05-15 0:53 ` Paul E. McKenney
2012-05-15 8:02 ` Vincent Guittot
2012-05-15 8:34 ` mou Chen
2012-05-15 9:07 ` Vincent Guittot
2012-05-15 9:17 ` Pantelis Antoniou
2012-05-15 10:28 ` Peter Zijlstra
2012-05-15 11:35 ` Pantelis Antoniou
2012-05-15 11:58 ` Peter Zijlstra
2012-05-15 12:32 ` Pantelis Antoniou
2012-05-15 12:59 ` Peter Zijlstra
2012-05-19 14:58 ` Luming Yu
2012-05-15 20:26 ` valdis.kletnieks
2012-05-15 20:33 ` Peter Zijlstra
2012-05-16 12:08 ` Pantelis Antoniou
2012-05-15 12:23 ` Peter Zijlstra
2012-05-15 12:27 ` Peter Zijlstra
2012-05-15 12:57 ` Vincent Guittot
2012-05-15 13:00 ` Peter Zijlstra
2012-05-15 15:05 ` Vincent Guittot
2012-05-15 15:19 ` Paul E. McKenney
2012-05-15 15:27 ` Vincent Guittot
2012-05-15 15:35 ` Peter Zijlstra
2012-05-15 15:45 ` Peter Zijlstra
2012-05-16 18:30 ` Peter Zijlstra
2012-05-19 17:08 ` Linus Torvalds
2012-05-19 22:55 ` Peter Zijlstra
2012-05-22 2:38 ` Chen
2012-05-22 5:14 ` Chen
2012-05-30 7:20 ` Ingo Molnar
2012-05-23 15:03 ` Ingo Molnar
2012-05-23 15:43 ` Joe Perches
2012-05-23 15:50 ` Ingo Molnar
2012-05-23 15:56 ` Joe Perches
2012-05-23 15:59 ` Ingo Molnar
2012-05-29 18:17 ` [PATCH] printk: Shrink printk_sched buffer size, eliminate it when !CONFIG_PRINTK Joe Perches
2012-06-05 16:04 ` Joe Perches
2012-06-06 7:25 ` Ingo Molnar
2012-06-06 7:33 ` Ingo Molnar
2012-06-06 7:42 ` Joe Perches
2012-05-19 23:13 ` Plumbers: Tweaking scheduler policy micro-conf RFP Peter Zijlstra
2012-05-19 23:22 ` Peter Zijlstra
2012-05-21 7:16 ` Ingo Molnar [this message]
2012-05-21 16:56 ` Linus Torvalds
2012-05-16 18:49 ` Vaidyanathan Srinivasan
2012-05-16 19:40 ` Peter Zijlstra
2012-05-16 21:20 ` Vincent Guittot
[not found] ` <20120518161817.GE18312@e103034-lin.cambridge.arm.com>
2012-05-18 16:24 ` Morten Rasmussen
2012-05-18 16:39 ` Peter Zijlstra
2012-05-18 16:46 ` Pantelis Antoniou
2012-05-15 16:30 ` Vaidyanathan Srinivasan
2012-05-15 18:13 ` Vincent Guittot
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=20120521071622.GA30748@gmail.com \
--to=mingo@kernel.org \
--cc=Morten.Rasmussen@arm.com \
--cc=Robin.Randhawa@arm.com \
--cc=amit.kucheria@linaro.org \
--cc=efault@gmx.de \
--cc=fweisbec@gmail.com \
--cc=geoff@infradead.org \
--cc=juri.lelli@gmail.com \
--cc=khilman@ti.com \
--cc=linaro-sched-sig@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=panto@antoniou-consulting.com \
--cc=paul.brett@intel.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=pdeschrijver@nvidia.com \
--cc=peterz@infradead.org \
--cc=pjt@google.com \
--cc=rostedt@goodmis.org \
--cc=smuckle@quicinc.com \
--cc=suresh.b.siddha@intel.com \
--cc=tglx@linutronix.de \
--cc=thebigcorporation@gmail.com \
--cc=torvalds@linux-foundation.org \
--cc=venki@google.com \
--cc=vincent.guittot@linaro.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