From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id mNUFKNcztF/qDQAAWB0awg (envelope-from ) for ; Tue, 17 Nov 2020 15:34:31 -0500 Received: by simark.ca (Postfix, from userid 112) id A21A41F08B; Tue, 17 Nov 2020 15:34:31 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4675E1E58D for ; Tue, 17 Nov 2020 15:34:27 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CbHjZ6kJYz1JhQ; Tue, 17 Nov 2020 15:34:26 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1605645267; bh=E+SqCdnYO2PNJRini2mMS4E3ZNQqxknrvhulzMAlhGA=; h=Date:To:Cc:In-Reply-To:References:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=xsMNCNbRl/U4f1zccRNaMWvEjMMGOgT/e24os+nP0NcNgjV78/bMk9yJvCHKZAa6G 46/Gbpo5bAm3jA3biyYwCOhPGplY5HFw68Ku4vCd+GQ5wbIeIyElqJVBc+/Osl/akn UekQR1I0TQKvwa1OG7p9E8sSAEUHnSg8RFI4lAkilMKGBoHgVHkULFmTf80Llb69Oh kFptEp9AbZ8Suhg+hP7nF74/GXnxayiBKCScOEFpQxfGTWHgzZBCOCqOzs3Sx4D9ms XBa8uhodbc3ME9S0qkSPwEIYsNhK8SoqZj20lXQeAEXV0DidGBZcG1hizCbdGPgjPB LPz/YAi4OeKHw== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4CbHjW1xkVz1K3Q for ; Tue, 17 Nov 2020 15:34:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 38CE42E3CDB; Tue, 17 Nov 2020 15:34:23 -0500 (EST) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id D_-4YAQCk8OP; Tue, 17 Nov 2020 15:34:22 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 1C8DA2E408D; Tue, 17 Nov 2020 15:34:22 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 1C8DA2E408D X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BlGATeLSaabE; Tue, 17 Nov 2020 15:34:22 -0500 (EST) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id 127362E3DD9; Tue, 17 Nov 2020 15:34:22 -0500 (EST) Date: Tue, 17 Nov 2020 15:34:22 -0500 (EST) To: Michael Jeanson Cc: lttng-dev Message-ID: <1527923278.48430.1605645262050.JavaMail.zimbra@efficios.com> In-Reply-To: <20201117202246.83849-1-mjeanson@efficios.com> References: <20201117202246.83849-1-mjeanson@efficios.com> MIME-Version: 1.0 X-Originating-IP: [167.114.26.124] X-Mailer: Zimbra 8.8.15_GA_3975 (ZimbraWebClient - FF82 (Linux)/8.8.15_GA_3975) Thread-Topic: cleanup: Improve wording of CONFIG_RCU_DEBUG description Thread-Index: Sp3U+4u9Ojddo+0APhyZ83cbdtn+mw== Subject: Re: [lttng-dev] [PATCH urcu] cleanup: Improve wording of CONFIG_RCU_DEBUG description X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.31 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mathieu Desnoyers via lttng-dev Reply-To: Mathieu Desnoyers Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Merged into master, stable-0.11, stable-0.12, thanks! Mathieu ----- On Nov 17, 2020, at 3:22 PM, Michael Jeanson mjeanson@efficios.com wrote: > Signed-off-by: Michael Jeanson > --- > configure.ac | 4 ++-- > include/urcu/config.h.in | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configure.ac b/configure.ac > index b62f587..73ab19f 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -28,7 +28,7 @@ AH_TEMPLATE([CONFIG_RCU_ARM_HAVE_DMB], [Use the dmb > instruction if available for > AH_TEMPLATE([CONFIG_RCU_TLS], [TLS provided by the compiler.]) > AH_TEMPLATE([CONFIG_RCU_HAVE_CLOCK_GETTIME], [clock_gettime() is detected.]) > AH_TEMPLATE([CONFIG_RCU_FORCE_SYS_MEMBARRIER], [Require the operating system to > support the membarrier system call for default and bulletproof flavors.]) > -AH_TEMPLATE([CONFIG_RCU_DEBUG], [Enable internal debugging self-checks. > Introduce performance penalty.]) > +AH_TEMPLATE([CONFIG_RCU_DEBUG], [Enable internal debugging self-checks. > Introduces a performance penalty.]) > AH_TEMPLATE([CONFIG_CDS_LFHT_ITER_DEBUG], [Enable extra debugging checks for > lock-free hash table iterator traversal. Alters the rculfhash ABI. Make sure to > compile both library and application with matching configuration.]) > > # Allow requiring the operating system to support the membarrier system > @@ -257,7 +257,7 @@ AS_IF([test "x$def_smp_support" = "xyes"], > [AC_DEFINE([CONFIG_RCU_SMP], [1])]) > # RCU debugging option > AC_ARG_ENABLE([rcu-debug], > AS_HELP_STRING([--enable-rcu-debug], [Enable internal debugging > - self-checks. Introduce performance penalty.])) > + self-checks. Introduces a performance penalty.])) > AS_IF([test "x$enable_rcu_debug" = "xyes"], [ > AC_DEFINE([CONFIG_RCU_DEBUG], [1]) > ]) > diff --git a/include/urcu/config.h.in b/include/urcu/config.h.in > index 8c3e4da..7350631 100644 > --- a/include/urcu/config.h.in > +++ b/include/urcu/config.h.in > @@ -28,7 +28,7 @@ > #undef CONFIG_RCU_FORCE_SYS_MEMBARRIER > > /* Enable internal debugging self-checks. > - Introduce performance penalty. */ > + Introduces a performance penalty. */ > #undef CONFIG_RCU_DEBUG > > /* Expose multi-flavor support */ > -- > 2.29.2 -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev