From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B867EC35242 for ; Fri, 14 Feb 2020 23:38:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8EF22217F4 for ; Fri, 14 Feb 2020 23:38:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581723532; bh=RamZCpL9UShWknmSeCle1+sKcm4p8M9LAY+ZU9ekvho=; h=Date:From:To:Cc:Subject:Reply-To:List-ID:From; b=siQ7SkTBMFzVauILhibnsTUz9aSBecvasSZRZwerB1ZmqAE1GLt9BllJ5HA2tfoLu FzujeNE1IRM9Vtu27QUxabxeCrAh6HQ7pGaekAeqbxyQXKLEkdc4gOs8ZStZNzIfkm WRDS+4E3Fi4i7v1K9Th9LkEN3efRBAf7vhzgvY7Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727935AbgBNXiv (ORCPT ); Fri, 14 Feb 2020 18:38:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:59412 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727649AbgBNXiv (ORCPT ); Fri, 14 Feb 2020 18:38:51 -0500 Received: from paulmck-ThinkPad-P72.home (unknown [62.84.152.189]) (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 59F1620848; Fri, 14 Feb 2020 23:38:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581723530; bh=RamZCpL9UShWknmSeCle1+sKcm4p8M9LAY+ZU9ekvho=; h=Date:From:To:Cc:Subject:Reply-To:From; b=cwpNIMXInEXeJukQOGiirbAPqxVFFDE9Ixqo/77X6S2411p/ueJSsDgZ5PbABErSN M0HUyYfPEY9d0PCffamnv+Xp8i42yl0EY2eCDxUJao+QAPTe4W7IR+sE3fPIcujMgh NjPQQVDsVLw4+rJPGtTmDaZXB53jzTmWA6zt+o30= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id D32D93520D46; Fri, 14 Feb 2020 15:38:48 -0800 (PST) Date: Fri, 14 Feb 2020 15:38:48 -0800 From: "Paul E. McKenney" To: rcu@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org, jiangshanlai@gmail.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, fweisbec@gmail.com, oleg@redhat.com, joel@joelfernandes.org Subject: [PATCH tip/core/rcu 0/9] Documentation updates for v5.7 Message-ID: <20200214233848.GA12744@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Sender: rcu-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org Hello! This series provides documentation updates. 1. Add some more RCU list patterns in the kernel, courtesy of Joel Fernandes and Amol Grover. 2. Remove remaining HTML tags in ReST files, courtesy of SeongJae Park. 3. Fix typos in a example code snippets, courtesy of SeongJae Park. 4. Update example function name, courtesy of SeongJae Park. 5. Use ':ref:' for links to other docs, courtesy of SeongJae Park. 6. Use absolute paths for non-rst files, courtesy of SeongJae Park. 7. Use https instead of http if possible, courtesy of SeongJae Park. 8. Add description of rcutorture scripting to torture.txt. 9. Fix memory-barriers.txt typos, courtesy of SeongJae Park. Thanx, Paul ------------------------------------------------------------------------ RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst | 8 RCU/listRCU.rst | 285 ++++++++++++---- RCU/rcu.rst | 18 - RCU/torture.txt | 147 +++++++- memory-barriers.txt | 8 5 files changed, 373 insertions(+), 93 deletions(-)