Ingo, Please pull the latest timers/nohz branch that can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/nohz HEAD: 65d798f0f9339ae2c4ebe9480e3260b33382a584 This fixes some of the issues you've reported. There is still the dependency on CONFIG_VIRT_CPU_ACCOUNTING_GEN to fix, probably in the Kconfig side. Stay tuned. Thanks. --- Frederic Weisbecker (4): nohz: Fix old dynticks idle Kconfig backward compatibility nohz: Switch from "extended nohz" to "full nohz" based naming nohz: Align periodic tick Kconfig with other choices' naming convention nohz: Improve a bit the full dynticks Kconfig documentation Paul E. McKenney (1): rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods Documentation/kernel-parameters.txt | 4 +- include/linux/tick.h | 6 ++-- kernel/rcutree.c | 10 ++++++ kernel/rcutree.h | 1 + kernel/rcutree_plugin.h | 18 +++++++++++ kernel/sched/core.c | 6 ++-- kernel/time/Kconfig | 26 ++++++++++------ kernel/time/tick-broadcast.c | 2 +- kernel/time/tick-common.c | 2 +- kernel/time/tick-sched.c | 54 +++++++++++++++++----------------- 10 files changed, 82 insertions(+), 47 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/