From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08E50C63697 for ; Tue, 17 Nov 2020 20:22:59 +0000 (UTC) Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DAB18221F1 for ; Tue, 17 Nov 2020 20:22:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.lttng.org header.i=@lists.lttng.org header.b="e9sL8aXj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DAB18221F1 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=lists.lttng.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lttng-dev-bounces@lists.lttng.org Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CbHSK0020z1JhC; Tue, 17 Nov 2020 15:22:56 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1605644577; bh=d7OR2oSFtEebVoAGJfwRGScK5j5ddpQlRduj7wuAuuE=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=e9sL8aXjjO11pZjARf44xXChHBdoxUHh1sIuXRtzTkoOgkGDlLSQ4vwF0BazglkbZ z2u5TAF7I0pbmC/dgok3sWC3AwQlexbC4VHKh30s7a2Se3Nn+lOhF8B5WkuQo62XXx Z4uLewEvIR8EV/2ySpWBw4n7KXawszjmLz3OqtmERu4aT6qiaU6EwLzHE2vbUus8h2 1pZ5k3QU3jHorn0pRYP/S20kzF9BpkfpBIOtg7e9+9gXsz5xt0Zi76G7HdWHLakZGn 2ylle9XNWjIQJ50feeG2iWXqkesAu2rC1xHPspWzhOjU3In0jNctErT/cxHTDZtObV 35xuzyU04vpHQ== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4CbHSF0j3Vz1KBw for ; Tue, 17 Nov 2020 15:22:53 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 007182E3E13; Tue, 17 Nov 2020 15:22:53 -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 kpU_RzSNO9l1; Tue, 17 Nov 2020 15:22:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 77B902E3F03; Tue, 17 Nov 2020 15:22:52 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 77B902E3F03 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 24W9ccbzKJAJ; Tue, 17 Nov 2020 15:22:52 -0500 (EST) Received: from multivac.lan (96-127-212-112.qc.cable.ebox.net [96.127.212.112]) by mail.efficios.com (Postfix) with ESMTPSA id 5B9BB2E3DA1; Tue, 17 Nov 2020 15:22:52 -0500 (EST) To: lttng-dev@lists.lttng.org Date: Tue, 17 Nov 2020 15:22:46 -0500 Message-Id: <20201117202246.83849-1-mjeanson@efficios.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [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: Michael Jeanson via lttng-dev Reply-To: Michael Jeanson Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" 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 _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev