Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2128238ybl; Thu, 19 Dec 2019 08:30:28 -0800 (PST) X-Google-Smtp-Source: APXvYqzLYBc1Cfing1WSRwAfYun9t/2br3d6Kmbwr2fMxP9anVgedm1w4vbwgPG739uKTZ8wva6v X-Received: by 2002:a9d:6d8f:: with SMTP id x15mr659282otp.322.1576773028152; Thu, 19 Dec 2019 08:30:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576773028; cv=none; d=google.com; s=arc-20160816; b=0YOKKNV2Zv9OcFHKxOoWZhsPxOu+3YSzCa5/9kXuNlo6pGXYo6LPtJapYNgkkRTE7a MfxGnb94iDytnEy0NEEyBrwFIzvvbYWucZk/1cz32nsmiYXWqrWLL1FZ+bb1JLRrIDwu nMGdoEiXd4VA8nwXgecicP9GxWQp2DFxqzBBjC9OzkUyH3Okv3tcoZjD92H80kt1if8M qWS9yWGDhs9HfVTxv5MUvDXsCt7pI/sfFhIbGfbSKQZf3I1qDEVzE3DeYR9qOlVuSHFk 3wYT7dlbJ6qPvEoQa7x+XQ7Z0GCCpHwECD/qS0l1geJm5lwJu56MbuQImM4OT3fWDdW5 ch0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=+cRiD6lOve5pvaYI6nFnFc3j/LK8qFi0Ov4FsLuEbf0=; b=Lknz0Tc7OFpmNmKM8RMQwyDcMjrpfwV8BeO4BSzGoB+Q5ebW1kf8Xk3PHbsTcyNvC8 IaasPFf8NtRo64OAcIVWr8B+JJaB8+q4muW0no6BM8MF/4NbZGmWzmAFaxxqX2xMCXMB A8szo6bItZDw33F1s3xJVY1QzsvaY9pEfto5JcRnmdEPvWxNY0tBQP2Uh5UGH1yKLRkC m1I8WmQdElkNoaWVMf3dTG4YJrJoee9Jk/BbfO1wlE3h4YdggiycJT3f5QDJvF17K+ML sbm8a5UKzEyJMUA6ycBf0EUiAWMbvyYALY/0cdpuseBTBt8DOewMhM4Y7pg+EBMLel5t Wrdw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w197si3345539oif.150.2019.12.19.08.30.15; Thu, 19 Dec 2019 08:30:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726905AbfLSQ3R (ORCPT + 99 others); Thu, 19 Dec 2019 11:29:17 -0500 Received: from ms.lwn.net ([45.79.88.28]:37118 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726760AbfLSQ3P (ORCPT ); Thu, 19 Dec 2019 11:29:15 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C81922E5; Thu, 19 Dec 2019 16:29:14 +0000 (UTC) Date: Thu, 19 Dec 2019 09:29:13 -0700 From: Jonathan Corbet To: Amol Grover Cc: "Paul E . McKenney" , 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: <20191219092913.76ca933e@lwn.net> In-Reply-To: <20191206080750.21745-1-frextrite@gmail.com> References: <20191203063941.6981-1-frextrite@gmail.com> <20191206080750.21745-1-frextrite@gmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ... ? jon