Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757447Ab2KZXRQ (ORCPT ); Mon, 26 Nov 2012 18:17:16 -0500 Received: from mail-vb0-f46.google.com ([209.85.212.46]:44147 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754089Ab2KZXRM (ORCPT ); Mon, 26 Nov 2012 18:17:12 -0500 MIME-Version: 1.0 In-Reply-To: References: <1351958983-31355-1-git-send-email-fweisbec@gmail.com> <1351958983-31355-2-git-send-email-fweisbec@gmail.com> Date: Tue, 27 Nov 2012 00:17:11 +0100 Message-ID: Subject: Re: [PATCH 1/3] context_tracking: New context tracking susbsystem From: Frederic Weisbecker To: Gilad Ben-Yossef Cc: LKML , Andrew Morton , "H. Peter Anvin" , Ingo Molnar , "Paul E. McKenney" , 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: 1291 Lines: 34 2012/11/6 Gilad Ben-Yossef : > On Sat, Nov 3, 2012 at 6:09 PM, Frederic Weisbecker wrote: >> diff --git a/arch/Kconfig b/arch/Kconfig >> index 366ec06..3855e06 100644 >> --- a/arch/Kconfig >> +++ b/arch/Kconfig >> @@ -300,15 +300,15 @@ config SECCOMP_FILTER >> >> See Documentation/prctl/seccomp_filter.txt for details. >> >> -config HAVE_RCU_USER_QS >> +config HAVE_CONTEXT_TRACKING >> bool >> help >> - Provide kernel entry/exit hooks necessary for userspace >> + Provide kernel/user boundaries probes necessary for userspace >> RCU extended quiescent state. Syscalls need to be wrapped inside > > A minor nit pick: if whole point of the patch is to turn an RCU > specific mechanism to a generic one > that RCU happens to use, then the text needs to reflect that. How about: > > "Provide kernel/user boundaries probes necessary for subsystems that > need it, such as userspace > RCU extended quiescent state. " Good point! I'm fixing this. 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/