From patchwork Tue Oct 10 11:10:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frederic Weisbecker X-Patchwork-Id: 13415207 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 E086DCD80A3 for ; Tue, 10 Oct 2023 11:11:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230369AbjJJLLC (ORCPT ); Tue, 10 Oct 2023 07:11:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231281AbjJJLLB (ORCPT ); Tue, 10 Oct 2023 07:11:01 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 801F5B4; Tue, 10 Oct 2023 04:11:00 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9943DC433C8; Tue, 10 Oct 2023 11:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696936260; bh=7E3Mgn8qXJeUH1aP4ft2CNwb5IC4XU/kYtU/S6Xhah8=; h=From:To:Cc:Subject:Date:From; b=RA2YvVxnqYDvDbjK5OZy+HU268qwocPitmuvZWLnXB9r9rOnzJDD+PhMjdNac5Df3 KUgg2S+lXTcfLqhQsH9DutNN6BGPbG6FmnfEhxeVsSnstik+dkaoNcXWa8Z8QWKuzp I5ck1rUR2RqGiuFl5CzIgFBQUMSch8DCiYSPyT/6OSlW73pFyNXfr0lTCprWvY3Rjw spjjrDOA9yqRGKsqf9DXnuF72pjYzI5ikGTelwkkzPhkCjezMO1VzLxk16xn9ggbsf 0QoLINdzCFfxrx16eH2KvxsdqjlpgqoaRoYjn+ZQlYjnhGqC+kJFfSMQ8BUCU4RcYq cDYioGYa6vcCQ== From: Frederic Weisbecker To: LKML Cc: Frederic Weisbecker , Boqun Feng , Joel Fernandes , Josh Triplett , Mathieu Desnoyers , Neeraj Upadhyay , "Paul E . McKenney" , Steven Rostedt , Uladzislau Rezki , rcu Subject: [PATCH 0/3] RCU docs updates for v6.7 Date: Tue, 10 Oct 2023 13:10:50 +0200 Message-Id: <20231010111053.986507-1-frederic@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org Hello, This series contains RCU documentation updates: 1. RCU: Fix section numbers after adding Section 7 in whatisRCU.rst 2. Describe listRCU read-side guarantees 3. Remove references to rcu_migrate_callbacks() from diagrams Thanks, Frederic. .../Design/Memory-Ordering/TreeRCU-callback-registry.svg | 9 --------- Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg | 9 --------- Documentation/RCU/listRCU.rst | 9 +++++++++ Documentation/RCU/whatisRCU.rst | 4 ++-- 4 files changed, 11 insertions(+), 20 deletions(-)