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=-5.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 F1FD37D2F0 for ; Tue, 30 Jul 2019 23:10:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726704AbfG3XKm (ORCPT ); Tue, 30 Jul 2019 19:10:42 -0400 Received: from mail-pf1-f180.google.com ([209.85.210.180]:41021 "EHLO mail-pf1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726900AbfG3XKm (ORCPT ); Tue, 30 Jul 2019 19:10:42 -0400 Received: by mail-pf1-f180.google.com with SMTP id m30so30625347pff.8 for ; Tue, 30 Jul 2019 16:10:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=aMAGuu53qq71mkY/dOmSePxlYMgR7q2jwJRIFacTZR4=; b=MoTEa90jICHzSc9qjZVoXVjbhgfPIwQxVoUmnzBO+/jwc1ZXZP7xkmkT+FKzuMxvU/ b05duTgHj6xs0Odm6O6LZIFIj4tAjp31T+mBH7RKtpahLlDqA3yJ1VpXpO1b3ngZnwt6 8v/KOjYU//zDdt7hxsWOShUiN0bl0YVl2oq+c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=aMAGuu53qq71mkY/dOmSePxlYMgR7q2jwJRIFacTZR4=; b=SNTUa/07CvbApeuM4nOQMOyRdL74bXKPCfaX8BwCHqsa1wcEZvfQU1qr9GawHDUuYg aFvF2MTNMW/SZmo7n9gelz9lIh4tgsFfW47qKBvg4SiebpZ3znhpvRVU81kjeDtYmUmQ oqk3kw/lwuDK1j/syyRn8F4O58T3Pi7+QTtDDQHK17UnaFSGpZtvn1AqKRA5JDF9ImuN 0TRL625K2W2Fskx90dsR8ir7LvnLzMvO+i7PUOmKdP3hY6t69FPXiGlgh3HyOBSWRq0Y 88pO4CfR5RFA0khrgWCZWacdkInWK1UJms7RWdy1mqT3j6Rrup8l68VgJfnK1hz+puve L5Cg== X-Gm-Message-State: APjAAAW/WyrPuksQlVZ1+pG+FMJ/KTN5f0uGRXzZJtuxlRR723zCSkIW ICWA7ANG6uvI/tTcICnsFmg= X-Google-Smtp-Source: APXvYqwfFo9JwMIZ3bQ77MPOxt4Ns64+bY5Qq4p8zaKdoy5I8EHTisW4rFsjt7rfNTa8WaLYx+WBgA== X-Received: by 2002:aa7:8f2c:: with SMTP id y12mr45725265pfr.38.1564528241582; Tue, 30 Jul 2019 16:10:41 -0700 (PDT) Received: from joelaf.cam.corp.google.com ([2620:15c:6:12:9c46:e0da:efbf:69cc]) by smtp.gmail.com with ESMTPSA id a3sm75205576pje.3.2019.07.30.16.10.39 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 30 Jul 2019 16:10:40 -0700 (PDT) From: "Joel Fernandes (Google)" To: linux-kernel@vger.kernel.org Cc: "Joel Fernandes (Google)" , Jonathan Corbet , Josh Triplett , Lai Jiangshan , linux-doc@vger.kernel.org, Mathieu Desnoyers , Mauro Carvalho Chehab , "Paul E. McKenney" , rcu@vger.kernel.org, Steven Rostedt Subject: [PATCH v3 0/3] Convert some RCU articles to ReST Date: Tue, 30 Jul 2019 19:10:27 -0400 Message-Id: <20190730231030.27510-1-joel@joelfernandes.org> X-Mailer: git-send-email 2.22.0.709.g102302147b-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org This patch is a respin of the RCU ReST patch from Mauro [1]. I updated his changelog, and made some fixes. [1] https://www.spinics.net/lists/rcu/msg00750.html Joel Fernandes (Google) (2): docs: rcu: Correct links referring to titles docs: rcu: Increase toctree to 3 Mauro Carvalho Chehab (1): docs: rcu: convert some articles from html to ReST .../Data-Structures/Data-Structures.html | 1391 ------- .../Data-Structures/Data-Structures.rst | 1163 ++++++ .../Expedited-Grace-Periods.html | 668 ---- .../Expedited-Grace-Periods.rst | 521 +++ .../Memory-Ordering/Tree-RCU-Diagram.html | 9 - .../Tree-RCU-Memory-Ordering.html | 704 ---- .../Tree-RCU-Memory-Ordering.rst | 624 +++ .../RCU/Design/Requirements/Requirements.html | 3330 ----------------- .../RCU/Design/Requirements/Requirements.rst | 2650 +++++++++++++ Documentation/RCU/index.rst | 7 +- Documentation/RCU/whatisRCU.txt | 4 +- 11 files changed, 4966 insertions(+), 6105 deletions(-) delete mode 100644 Documentation/RCU/Design/Data-Structures/Data-Structures.html create mode 100644 Documentation/RCU/Design/Data-Structures/Data-Structures.rst delete mode 100644 Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html create mode 100644 Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.rst delete mode 100644 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Diagram.html delete mode 100644 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html create mode 100644 Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst delete mode 100644 Documentation/RCU/Design/Requirements/Requirements.html create mode 100644 Documentation/RCU/Design/Requirements/Requirements.rst -- 2.22.0.709.g102302147b-goog