Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751463Ab3E3Xi6 (ORCPT ); Thu, 30 May 2013 19:38:58 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:62454 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130Ab3E3Xiw (ORCPT ); Thu, 30 May 2013 19:38:52 -0400 Date: Fri, 31 May 2013 01:38:48 +0200 From: Frederic Weisbecker To: Ingo Molnar Cc: LKML , Steven Rostedt , Jiri Bohac , "Paul E. McKenney" , Thomas Gleixner , Peter Zijlstra , Borislav Petkov , Li Zhong , "Srivatsa S. Bhat" , Kevin Hilman , Marcelo Tosatti , Gleb Natapov , Andrew Morton , Don Zickus , Mike Galbraith , "H. Peter Anvin" Subject: Re: [GIT PULL] nohz fixes Message-ID: <20130530233847.GA29017@somewhere> References: <1369845580-15273-1-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369845580-15273-1-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1911 Lines: 51 On Wed, May 29, 2013 at 06:39:39PM +0200, Frederic Weisbecker wrote: > Ingo, > > Please pull the timers/urgent-for-tip branch that can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git > timers/urgent-for-tip Please rather pull timers/urgent-for-tip-v2, it removes "nohz: Prevent broadcast source from stealing full dynticks timekeeping duty" and includes "tick: Remove useless timekeeping duty attribution to broadcast source" instead, acked by Thomas. Thanks. > > Only the 6th patch is new so I'm posting it along, the others have been > posted a few days ago. > > Thanks, > Frederic > --- > > Frederic Weisbecker (4): > vtime: Use consistent clocks among nohz accounting > watchdog: Boot-disable by default on full dynticks > kvm: Move guest entry/exit APIs to context_tracking > nohz: Prevent broadcast source from stealing full dynticks timekeeping duty > > Li Zhong (1): > nohz: Fix notifier return val that enforce timekeeping > > Steven Rostedt (1): > nohz: Warn if the machine can not perform nohz_full > > > include/linux/context_tracking.h | 35 +++++++++++++++++++++++++++++++++++ > include/linux/kvm_host.h | 37 +------------------------------------ > include/linux/vtime.h | 4 ++-- > kernel/context_tracking.c | 1 - > kernel/sched/core.c | 2 +- > kernel/sched/cputime.c | 6 +++--- > kernel/time/tick-broadcast.c | 11 ++++++++--- > kernel/time/tick-sched.c | 7 ++++++- > kernel/watchdog.c | 6 ++++++ > 9 files changed, 62 insertions(+), 47 deletions(-) -- 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/