From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ELMVEvWJsl+WYAAAWB0awg (envelope-from ) for ; Mon, 16 Nov 2020 09:17:25 -0500 Received: by simark.ca (Postfix, from userid 112) id 3BA821F08B; Mon, 16 Nov 2020 09:17:25 -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) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BDA411E58F for ; Mon, 16 Nov 2020 09:17:22 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CZWNy0q4Qz1JFq; Mon, 16 Nov 2020 09:17:22 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1605536242; bh=b0OxWGmeb9UJxugOVjO37SsUy4s/PQv5O79lgHljdyg=; 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=kc1AbE9ehhRNSUUeyFs/afsf6HJcXeLibpxS4L27cNwVH1wOpeb0b3AVcQSHLd1u8 wE+QfVxMTjJ5xWow3AJerOH3EvTSlXD8FDcydEid5WhsA67usdOfsEPTcUOJQas2sl YAib8idkY/unb6HVPTMLIZckfROiT90rrQo5JReZN3f89EvO2yM8s0d4wEKix9K9TK bR/qirtUnNzy0kmFOohwyvzzl+iW+qKbfvmEWIpvsPaCe0lvnlbOuoidmVZ6uWpDka MRp/+46jM6pJbGy+mxoEo8iJe30i1TN++Oe1SNuUm0+OD66nicFueoaEhvWsmtzgLc 3ZMpCcqswUjRA== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4CZWNw6sxwz1JQX for ; Mon, 16 Nov 2020 09:17:20 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 8EDAF2BCDE0 for ; Mon, 16 Nov 2020 09:17:14 -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 22iN_HsxoGaz; Mon, 16 Nov 2020 09:17:13 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id BBFD32BCFC4; Mon, 16 Nov 2020 09:17:13 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com BBFD32BCFC4 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 0baur2gTYt0T; Mon, 16 Nov 2020 09:17:13 -0500 (EST) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id B13D32BCFC3; Mon, 16 Nov 2020 09:17:13 -0500 (EST) Date: Mon, 16 Nov 2020 09:17:13 -0500 (EST) To: wangshuo Cc: lttng-dev , Hushiyuan Message-ID: <1143342448.45804.1605536233606.JavaMail.zimbra@efficios.com> In-Reply-To: <20201116122446.30900-1-wangshuo47@huawei.com> References: <20201116122446.30900-1-wangshuo47@huawei.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: README: fix typo in README.md Thread-Index: vVSasg8SQW7Bq8xYNrEpN+KHW5jO5g== Subject: Re: [lttng-dev] [PATCH] README: fix typo in README.md 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" ----- On Nov 16, 2020, at 7:24 AM, wangshuo wangshuo47@huawei.com wrote: > Dear Mathieu, > > This mail may work. Merged into liburcu master, stable-0.12, stable-0.11, thanks! Mathieu > > Thank you, > Shuo > > Signed-off-by: Shuo Wang > --- > README.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 2d6dcaa..dd7ebd1 100644 > --- a/README.md > +++ b/README.md > @@ -388,7 +388,7 @@ For always-on debugging self-checks: > ./configure --enable-rcu-debug > > For fine grained enabling of debugging self-checks, build > -urserspace-rcu with DEBUG_RCU defined and compile dependent > +userspace-rcu with DEBUG_RCU defined and compile dependent > applications with DEBUG_RCU defined when necessary. > > Warning: Enabling this feature result in a performance penalty. > -- > 2.23.0 > >> Hi, >> >> This fix does not apply with "git am", probably due to the fact that the email >> is not >> formatted as plain text without alteration by your email client. I recommend >> using >> git send-email to send patches. Can you try sending it again in the proper >> format >> expected by git am ? >> >> You will likely find useful information about why your email client changed the >> patch formatting here: >> >> [ https://www.kernel.org/doc/html/v5.9/process/submitting-patches.html | >> https://www.kernel.org/doc/html/v5.9/process/submitting-patches.html ] >> [ https://www.kernel.org/doc/html/v5.9/process/email-clients.html#email-clients >> | https://www.kernel.org/doc/html/v5.9/process/email-clients.html#email-clients >> ] >> >> Thanks, >> >> Mathieu >> >> ----- On Nov 13, 2020, at 4:28 AM, wangshuo (AF) >> wrote: >> >> > README: fix typo in README.md >> >> > Signed-off-by: Shuo Wang < [ mailto:wangshuo47 at huawei.com | >> > wangshuo47 at huawei.com ] > >> >> > --- >> >> > README.md | 2 +- >> >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> >> > diff --git a/README.md b/README.md >> >> > index 2d6dcaa..dd7ebd1 100644 >> >> > --- a/README.md >> >> > +++ b/README.md >> >> > @@ -388,7 +388,7 @@ For always-on debugging self-checks: >> >> > ./configure --enable-rcu-debug >> >> > For fine grained enabling of debugging self-checks, build >> >> > -urserspace-rcu with DEBUG_RCU defined and compile dependent >> >> > +userspace-rcu with DEBUG_RCU defined and compile dependent >> >> > applications with DEBUG_RCU defined when necessary. >> >> > Warning: Enabling this feature result in a performance penalty. >> >> > -- >> > > > 2.23.0 -- 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