From patchwork Tue Oct 10 11:10:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frederic Weisbecker X-Patchwork-Id: 13415208 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C89B5CD80A6 for ; Tue, 10 Oct 2023 11:11:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231273AbjJJLLG (ORCPT ); Tue, 10 Oct 2023 07:11:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231281AbjJJLLF (ORCPT ); Tue, 10 Oct 2023 07:11:05 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C678FB4; Tue, 10 Oct 2023 04:11:03 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75E94C433C9; Tue, 10 Oct 2023 11:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696936263; bh=zrccQti7irl5eqt+h02FBL2SB1o+0Gba/2/xG95iqzE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=o+DGTwDAq8CP86nlASZMFwkTPJx+pjfwriVkWbUEiy/3bioZwoYVKbCT5DEKrRLXg W3oqKdznwjr8+tT95wN1+W3iL7x+lfnrKKQCF3fc4w6aRe6rYpiJLAbj5lf3vZNlgi B6x4zWQ9Y6WBOdaxkNSE0jQSPhIdN9lD56xrTX7qEJqy/A+8x8U03Wqog/fQwGSre6 74Ff8tfr99w+xdXzXh8xw7wKR8pm5m0i/0zoOMiaNw05BG09qnMdGng2nLm0gwFm10 X/rKoawXd6zUWR6ePrSZtiv7WftQV4H81X+IMH6+hNFOvUpKPkCgSGvnhk8G/nKJFy Gpm6v61PcHXtQ== From: Frederic Weisbecker To: LKML Cc: Wei Zhang , Boqun Feng , Joel Fernandes , Josh Triplett , Mathieu Desnoyers , Neeraj Upadhyay , "Paul E . McKenney" , Steven Rostedt , Uladzislau Rezki , rcu , Randy Dunlap , Frederic Weisbecker Subject: [PATCH 1/3] Documentation: RCU: Fix section numbers after adding Section 7 in whatisRCU.rst Date: Tue, 10 Oct 2023 13:10:51 +0200 Message-Id: <20231010111053.986507-2-frederic@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231010111053.986507-1-frederic@kernel.org> References: <20231010111053.986507-1-frederic@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org From: Wei Zhang Signed-off-by: Wei Zhang Reviewed-by: Randy Dunlap Signed-off-by: Paul E. McKenney Signed-off-by: Frederic Weisbecker --- Documentation/RCU/whatisRCU.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst index e488c8e557a9..60ce02475142 100644 --- a/Documentation/RCU/whatisRCU.rst +++ b/Documentation/RCU/whatisRCU.rst @@ -59,8 +59,8 @@ experiment with should focus on Section 2. People who prefer to start with example uses should focus on Sections 3 and 4. People who need to understand the RCU implementation should focus on Section 5, then dive into the kernel source code. People who reason best by analogy should -focus on Section 6. Section 7 serves as an index to the docbook API -documentation, and Section 8 is the traditional answer key. +focus on Section 6 and 7. Section 8 serves as an index to the docbook +API documentation, and Section 9 is the traditional answer key. So, start with the section that makes the most sense to you and your preferred method of learning. If you need to know everything about