From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 9C20B7D90D for ; Tue, 12 Nov 2019 13:36:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727159AbfKLNgn (ORCPT ); Tue, 12 Nov 2019 08:36:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:52154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727137AbfKLNgn (ORCPT ); Tue, 12 Nov 2019 08:36:43 -0500 Received: from paulmck-ThinkPad-P72.home (199-192-87-166.static.wiline.com [199.192.87.166]) (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 E4BA82084F; Tue, 12 Nov 2019 13:36:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573565801; bh=XX3XVc0MSDw2E2A+jg5k1cCET51VCwMRMUCwPHmsBSI=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=kRFGLFQm98n3Dh5st1Un9FmTwKGuS/oC8M6kYI6gcKdAvKVz9g4h8Yk8EZLNOSrZ2 OT/Fh0FSf79qYiSVQlmhZ1iPO68cUOFjZ0CFDjqJp0C8isui1WOJUthuSjJIRcOI5c IOFa5bgdxWLPl1HKUzlSax11Xc10jTIRkXfiq+Ks= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id AEF0235227E6; Tue, 12 Nov 2019 05:36:41 -0800 (PST) Date: Tue, 12 Nov 2019 05:36:41 -0800 From: "Paul E. McKenney" To: Phong Tran Cc: Madhuparna Bhowmik , Joel Fernandes , Jonathan Corbet , mchehab@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, rcu@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [Linux-kernel-mentees] [PATCH] Documentation: RCU: whatisRCU: Updated full list of RCU API Message-ID: <20191112133641.GQ2865@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191111181122.28083-1-madhuparnabhowmik04@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, Nov 12, 2019 at 07:03:10AM +0700, Phong Tran wrote: > On Tue, Nov 12, 2019 at 1:12 AM wrote: > > > > From: Madhuparna Bhowmik > > > > This patch updates the list of RCU API in whatisRCU.rst. > > Tested-by: Phong Tran Applied, thanks to all three of you! Thanx, Paul > > Signed-off-by: Madhuparna Bhowmik > > --- > > Documentation/RCU/whatisRCU.rst | 9 +++++++-- > > 1 file changed, 7 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst > > index 2f6f6ebbc8b0..c7f147b8034f 100644 > > --- a/Documentation/RCU/whatisRCU.rst > > +++ b/Documentation/RCU/whatisRCU.rst > > @@ -884,11 +884,14 @@ in docbook. Here is the list, by category. > > RCU list traversal:: > > > > list_entry_rcu > > + list_entry_lockless > > list_first_entry_rcu > > list_next_rcu > > list_for_each_entry_rcu > > list_for_each_entry_continue_rcu > > list_for_each_entry_from_rcu > > + list_first_or_null_rcu > > + list_next_or_null_rcu > > hlist_first_rcu > > hlist_next_rcu > > hlist_pprev_rcu > > @@ -902,7 +905,7 @@ RCU list traversal:: > > hlist_bl_first_rcu > > hlist_bl_for_each_entry_rcu > > > > -RCU pointer/list udate:: > > +RCU pointer/list update:: > > > > rcu_assign_pointer > > list_add_rcu > > @@ -912,10 +915,12 @@ RCU pointer/list udate:: > > hlist_add_behind_rcu > > hlist_add_before_rcu > > hlist_add_head_rcu > > + hlist_add_tail_rcu > > hlist_del_rcu > > hlist_del_init_rcu > > hlist_replace_rcu > > - list_splice_init_rcu() > > + list_splice_init_rcu > > + list_splice_tail_init_rcu > > hlist_nulls_del_init_rcu > > hlist_nulls_del_rcu > > hlist_nulls_add_head_rcu > > -- > > 2.17.1 > > > > _______________________________________________ > > Linux-kernel-mentees mailing list > > Linux-kernel-mentees@lists.linuxfoundation.org > > https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees