[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130424073852.GA10410@gmail.com>
Date: Wed, 24 Apr 2013 09:38:52 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Frederic Weisbecker <fweisbec@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Chris Metcalf <cmetcalf@...era.com>,
Christoph Lameter <cl@...ux.com>,
Geoff Levand <geoff@...radead.org>,
Gilad Ben Yossef <gilad@...yossef.com>,
Hakan Akkan <hakanakkan@...il.com>,
Kevin Hilman <khilman@...aro.org>,
Li Zhong <zhong@...ux.vnet.ibm.com>,
Oleg Nesterov <oleg@...hat.com>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Peter Zijlstra <peterz@...radead.org>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>,
Stephane Eranian <eranian@...gle.com>,
Jiri Olsa <jolsa@...hat.com>
Subject: Re: [GIT PULL] nohz: Adaptively stop the tick, finally
* Ingo Molnar <mingo@...nel.org> wrote:
> One detail: 'make oldconfig' gave me:
>
> Timer tick handling
> 1. Periodic timer ticks (constant rate, no dynticks) (HZ_PERIODIC) (NEW)
> > 2. Idle dynticks system (tickless idle) (NO_HZ_IDLE) (NEW)
>
> I.e. CONFIG_NO_HZ_IDLE is picked by default. The default should really be
> CONFIG_HZ_PERIODIC - so that people can easily enable full dynticks but
> are not defaulted into it unknowingly.
Oh, I got confused by the artificial hiding of NO_HZ_FULL again. Why is it
still hidden? I have a fairly generic config, yet it was not offered. I
bet most people won't ever see it!
Sigh, it's due to the dependency mess that I pointed out twice already:
depends on TREE_RCU || TREE_PREEMPT_RCU
depends on VIRT_CPU_ACCOUNTING_GEN
It should _really_ select both the RCU and the CPU time accounting model
automatically!
The selection of the dynticks mode certainly overrides RCU selection, and
it should for sure override some arcane, low level detail like the CPU
accounting model ...
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists