public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Alessio Igor Bogani <abogani@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Chris Metcalf <cmetcalf@tilera.com>,
	Christoph Lameter <cl@linux.com>,
	Geoff Levand <geoff@infradead.org>,
	Gilad Ben Yossef <gilad@benyossef.com>,
	Hakan Akkan <hakanakkan@gmail.com>,
	Li Zhong <zhong@linux.vnet.ibm.com>,
	Namhyung Kim <namhyung.kim@lge.com>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	Paul Gortmaker <paul.gortmaker@windriver.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Kevin Hilman <khilman@linaro.org>,
	Mats Liljegren <mats.liljegren@enea.com>
Subject: Re: [ANNOUNCE] 3.9-rc1-nohz1
Date: Mon, 11 Mar 2013 08:39:09 +0100	[thread overview]
Message-ID: <20130311073908.GA9988@gmail.com> (raw)
In-Reply-To: <CAFTL4hxt5y2hdh0_LNA-08+jNTYwkjeg=QHBfgNf_X_XCHie1w@mail.gmail.com>


* Frederic Weisbecker <fweisbec@gmail.com> wrote:

> >  - Please outline how the current TODO entries affect upstream
> >    mergability. Does it reduce the 'full'-ness of this dynticks mode?
> >    Outright buggy behavior? Other trade-offs?
> 
> Mostly this is about upstream features that won't be working with the current 
> state of the art: enqueuing a posix cpu timer on a nohz CPU may result in it being 
> ignored by the target due to the lack of ticking until expiration, perf events may 
> not be round-robined, etc... I'll make sure to document all these items.

So it's "buggy behavior of existing features" it appears?

It would be really useful to add some sort of 'make it safe easily' mechanism:

 - if a posix timer is enqueued on a CPU, then the CPU should have a timer ticking

 - if perf events are active on a CPU, then it should have a timer ticking

this would make it mergable, as most of the time systems don't have any of these 
facilities active. Plus this dynticks-off mechanism would also allow us to cover any 
other (still unknown) facility that regresses. So it would be nice to have that 
option.

Later on we could gradually eliminate these limitations. It would also be apparent 
where they are, just from grepping the source.

If that's done, and if it tests fine for a few weeks then this could be v3.10 
material IMO.

Thanks,

	Ingo

  reply	other threads:[~2013-03-11  7:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-09  0:50 [ANNOUNCE] 3.9-rc1-nohz1 Frederic Weisbecker
2013-03-09  8:26 ` Ingo Molnar
2013-03-10 23:53   ` Frederic Weisbecker
2013-03-11  7:39     ` Ingo Molnar [this message]
2013-03-11 16:38       ` Frederic Weisbecker

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=20130311073908.GA9988@gmail.com \
    --to=mingo@kernel.org \
    --cc=abogani@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=cmetcalf@tilera.com \
    --cc=fweisbec@gmail.com \
    --cc=geoff@infradead.org \
    --cc=gilad@benyossef.com \
    --cc=hakanakkan@gmail.com \
    --cc=khilman@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mats.liljegren@enea.com \
    --cc=namhyung.kim@lge.com \
    --cc=paul.gortmaker@windriver.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=zhong@linux.vnet.ibm.com \
    /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