Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753076Ab3DUJ06 (ORCPT ); Sun, 21 Apr 2013 05:26:58 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:64654 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752817Ab3DUJ05 (ORCPT ); Sun, 21 Apr 2013 05:26:57 -0400 Date: Sun, 21 Apr 2013 11:26:52 +0200 From: Ingo Molnar To: Frederic Weisbecker Cc: LKML , 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: Re: [GIT PULL v2] nohz: Posix cpu timers handling on full dynticks Message-ID: <20130421092652.GA10292@gmail.com> References: <1366383100-17053-1-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366383100-17053-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: 1444 Lines: 40 * Frederic Weisbecker wrote: > Ingo, > > Please pull this second version of the dynticks handling of posix cpu > timers from: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git > timers/nohz-posix-timers-v2 > > This fixes an issue with a race between run_posix_cpu_timers() and full > dynticks CPUs that we found while discussing a patch with Olivier Langlois. > > As a bonus, it also provides the other side of posix cpu timers handling > in dynticks with the new helper to check before stopping the tick. > > Thanks. > > Frederic Weisbecker (3): > nohz: New APIs to re-evaluate the tick on full dynticks CPUs > posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed > posix_timers: New API to prevent from stopping the tick when timers > are running > > include/linux/posix-timers.h | 2 + > include/linux/tick.h | 4 ++ > kernel/posix-cpu-timers.c | 76 +++++++++++++++++++++++++++++++++--------- > kernel/time/Kconfig | 1 + > kernel/time/tick-sched.c | 51 ++++++++++++++++++++++++++++ > 5 files changed, 118 insertions(+), 16 deletions(-) Pulled, thanks Frederic! Ingo -- 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/