Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753803Ab3EDGhl (ORCPT ); Sat, 4 May 2013 02:37:41 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:50275 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752744Ab3EDGhk (ORCPT ); Sat, 4 May 2013 02:37:40 -0400 MIME-Version: 1.0 In-Reply-To: <20130503165844.GG3780@linux.vnet.ibm.com> References: <1367599676-2049-1-git-send-email-fweisbec@gmail.com> <1367599676-2049-2-git-send-email-fweisbec@gmail.com> <20130503165844.GG3780@linux.vnet.ibm.com> Date: Sat, 4 May 2013 08:37:38 +0200 Message-ID: Subject: Re: [PATCH 1/2] rcu: Fix full dynticks' dependency on wide RCU nocb mode From: Frederic Weisbecker To: paulmck@linux.vnet.ibm.com, Ingo Molnar Cc: LKML , Christoph Lameter , Hakan Akkan , Kevin Hilman , Li Zhong , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1472 Lines: 38 2013/5/3 Paul E. McKenney : > On Fri, May 03, 2013 at 06:47:55PM +0200, Frederic Weisbecker wrote: >> Commit 0637e029392386e6996f5d6574aadccee8315efa >> ("nohz: Select wide RCU nocb for full dynticks") intended >> to force CONFIG_RCU_NOCB_CPU_ALL=y when full dynticks is >> enabled. >> >> However this option is part of a choice menu and Kconfig's >> "select" instruction has no effect on such targets. >> >> Fix this by using reverse dependencies on the targets we >> don't want instead. >> >> Signed-off-by: Frederic Weisbecker >> Cc: Christoph Lameter >> Cc: Hakan Akkan >> Cc: Ingo Molnar >> Cc: Kevin Hilman >> Cc: Li Zhong >> Cc: Paul E. McKenney >> Cc: Paul Gortmaker >> Cc: Peter Zijlstra >> Cc: Steven Rostedt >> Cc: Thomas Gleixner > > Reviewed-by: Paul E. McKenney Nice! Ingo, if you haven't yet pulled, please rather pick the "timers/nohz-hz1-v2" branch that has the Reviewed-by: tag from Paul. Thanks. -- 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/