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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 778D0C3F68F for ; Thu, 19 Dec 2019 16:56:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 410AA24679 for ; Thu, 19 Dec 2019 16:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576774563; bh=PMSrHvqg0gemRV++ytAtKoOkAvugTmkmbonktzFyE18=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=rwM8/rQaypugf6cbdBsDiQpbLTJpDMNsWlBjhUbMmMg5u5SUizu9ZSYodZceyPWqb KV8T8626vLE52fgGIZiZclI9hTboLmJMsz7I/o31J/cd2ykHbnCCx5Yim0uEdm4Sxl 71c8ZLJTypL++bX/G6XDbGjFCwKbat3OTEp4eRrY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726840AbfLSQ4C (ORCPT ); Thu, 19 Dec 2019 11:56:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:55368 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726760AbfLSQ4C (ORCPT ); Thu, 19 Dec 2019 11:56:02 -0500 Received: from paulmck-ThinkPad-P72.home (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B48DE2146E; Thu, 19 Dec 2019 16:56:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576774561; bh=PMSrHvqg0gemRV++ytAtKoOkAvugTmkmbonktzFyE18=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=kOWy03CFpwgpXw2oFdpVHUn7E+twuJwx204ffHmEP3rX5xAhmL0yn3pJryLeHzsM/ 9mHGJBz4Lz4LHdvx1jUkbqzyiNnllYhG2ubYHjX6ory+oEl2IBwYYEKMx28ZlHvUDQ +gMlaF8T9cykSqBWbLdfxDfbcLvFvApGmIPpgPC0= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 8483E352274B; Thu, 19 Dec 2019 08:56:01 -0800 (PST) Date: Thu, 19 Dec 2019 08:56:01 -0800 From: "Paul E. McKenney" To: Jonathan Corbet Cc: Amol Grover , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , rcu@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Shuah Khan , Madhuparna Bhowmik Subject: Re: [PATCH v2] doc: listRCU: Add some more listRCU patterns in the kernel Message-ID: <20191219165601.GA2889@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191203063941.6981-1-frextrite@gmail.com> <20191206080750.21745-1-frextrite@gmail.com> <20191219092913.76ca933e@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191219092913.76ca933e@lwn.net> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, Dec 19, 2019 at 09:29:13AM -0700, Jonathan Corbet wrote: > On Fri, 6 Dec 2019 13:37:51 +0530 > Amol Grover wrote: > > > - Add more information about listRCU patterns taking examples > > from audit subsystem in the linux kernel. > > > > - The initially written audit examples are kept, even though they are > > slightly different in the kernel. > > > > - Modify inline text for better passage quality. > > > > - Fix typo in code-blocks and improve code comments. > > > > - Add text formatting (italics, bold and code) for better emphasis. > > > > Patch originally submitted at > > https://lore.kernel.org/patchwork/patch/1082804/ > > > > Co-developed-by: Joel Fernandes (Google) > > Signed-off-by: Amol Grover > > Paul, what's your wish regarding this one? Do you want to pick it up, or > should I ... ? I was waiting for replies agreeing that Amol's changes addressed the feedback to v1 of this patch. I take this to mean that you are OK with his v2, so will queue Amol's patch. ;-) Thanx, Paul