Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651Ab3DVVId (ORCPT ); Mon, 22 Apr 2013 17:08:33 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48323 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751646Ab3DVVIc (ORCPT ); Mon, 22 Apr 2013 17:08:32 -0400 From: Frederic Weisbecker To: Ingo Molnar Cc: LKML , Frederic Weisbecker , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Li Zhong , Oleg Nesterov , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Subject: [GIT PULL] nohz: Help for testing Date: Mon, 22 Apr 2013 23:08:23 +0200 Message-Id: <1366664905-21884-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1565 Lines: 45 Ingo, Please pull the testing enhancements for full dynticks from: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/nohz-help-testing HEAD: cb41a29076e9f95547da46578d5c8804f7b8845d This is on top of my previous pull request (the timers/nohz branch) and it is deemed to ease testing and help to diagnose failures: * First patch enables CONFIG_RCU_NOCB_ALL when we have full dynticks to ease automatic testing of the feature. This should also further help simplifying the code. If users want more granularity in the future to set RCU nocbs and timekeeper masks, we can still step back and select CONFIG_RCU_NOCB_ALL only when we have CONFIG_NO_HZ_FULL_ALL. Note this will only have an effect on tip/master because that config is in core/rcu and not yet upstream. * Second patch adds some tracepoints to dump the dynticks behaviour as I got many questions from user who don't know how to diagnose why the tick didn't stop on their settings. Thanks. --- Frederic Weisbecker (2): nohz: Select wide RCU nocb for full dynticks nohz: Add basic tracing include/trace/events/timer.h | 21 +++++++++++++++++++++ kernel/time/Kconfig | 1 + kernel/time/tick-sched.c | 19 +++++++++++++++---- 3 files changed, 37 insertions(+), 4 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/