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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 E5A52C433DF for ; Fri, 15 May 2020 15:05:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C198420758 for ; Fri, 15 May 2020 15:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589555132; bh=1zPqQ8sIvNSMWgPCrIdx+Kb+Xb8hmdEK8vwfDgbo3QE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=BxIBMz8l2CpKL5NNPXOfBKYLgyaMsq4Ru4eu9rO0seKZKUYMkMf3pKAyJXpLfR4pr ZFPvwd2a1fFMktmJHGLF2LEAUotuzv0XcZH2IBAASjitz03Lbl8DUjCJb/JWgtnQk2 DJph4BRv8snoBrZdfL52tXQjyRz9MVjSbpfkU0FU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726234AbgEOPFc (ORCPT ); Fri, 15 May 2020 11:05:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:46230 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726140AbgEOPFc (ORCPT ); Fri, 15 May 2020 11:05:32 -0400 Received: from paulmck-ThinkPad-P72.home (unknown [50.39.105.78]) (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 597F120728; Fri, 15 May 2020 15:05:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589555131; bh=1zPqQ8sIvNSMWgPCrIdx+Kb+Xb8hmdEK8vwfDgbo3QE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=Q2pHovYL2JZbX31jVnD7s478qfEpgQNHT/OMDNLBSs38erSE2BD6fUk65FmWlxOR2 552ed+mz5R74AeRS+TUNoBLoWT6lmU/7YffEzhgE30cl2myL3d9jBGsMa0VlIZMK7u Gfa7pAPQBWPanBYjMvElhcaZmoz+i32/4zUpphcA= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id C360135226DF; Fri, 15 May 2020 08:05:30 -0700 (PDT) Date: Fri, 15 May 2020 08:05:30 -0700 From: "Paul E. McKenney" To: Akira Yokosawa Cc: Boqun Feng , Joel Fernandes , LKML , Vineeth Remanan Pillai , Jonathan Corbet , Alan Stern , Andrea Parri , Will Deacon , Peter Zijlstra , Nicholas Piggin , David Howells , Jade Alglave , Luc Maranget , Daniel Lustig , "open list:DOCUMENTATION" Subject: Re: [PATCH RESEND 3/4] Documentation/litmus-tests: Merge atomic's README into top-level one Message-ID: <20200515150530.GG2869@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20200512163022.GI2869@paulmck-ThinkPad-P72> <09a8f418-0a46-87ea-dbdb-a43efc66476c@gmail.com> <6d162e69-5d2f-1fbf-1588-ab19c30e7311@gmail.com> <20200514004618.GA94665@debian-boqun.qqnc3lrjykvubdpftowmye0fmh.lx.internal.cloudapp.net> <20200514171656.GR2869@paulmck-ThinkPad-P72> <0ded5099-fe59-914a-d0dd-999cc334ff0a@gmail.com> <20200514224558.GZ2869@paulmck-ThinkPad-P72> 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 Sat, May 16, 2020 at 12:01:41AM +0900, Akira Yokosawa wrote: > On Thu, 14 May 2020 15:45:58 -0700, Paul E. McKenney wrote: > > On Fri, May 15, 2020 at 07:03:33AM +0900, Akira Yokosawa wrote: > >> On Thu, 14 May 2020 10:16:56 -0700, Paul E. McKenney wrote: > >>> On Thu, May 14, 2020 at 08:46:18AM +0800, Boqun Feng wrote: > >>>> On Wed, May 13, 2020 at 06:39:03AM +0900, Akira Yokosawa wrote: > >>>>> From 96fa6680e3b990633ecbb6d11acf03a161b790bd Mon Sep 17 00:00:00 2001 > >>>>> From: Akira Yokosawa > >>>>> Date: Sun, 10 May 2020 15:12:57 +0900 > >>>>> Subject: [PATCH RESEND 3/4] Documentation/litmus-tests: Merge atomic's README into top-level one > >>>>> > >>>>> Where Documentation/litmus-tests/README lists RCU litmus tests, > >>>>> Documentation/litmus-tests/atomic/README lists atomic litmus tests. > >>>>> For symmetry, merge the latter into former, with some context > >>>>> adjustment in the introduction. > >>>>> > >>>>> Signed-off-by: Akira Yokosawa > >>>>> Acked-by: Andrea Parri > >>>>> Acked-by: Joel Fernandes (Google) > >>>> > >>>> Acked-by: Boqun Feng > >>>> > >>>> Thanks! > >>> > >>> Applied, and thank you all! > >>> > >>> I rebased, cancelling the revert with the original, resulting in an > >>> updated lkmm branch on -rcu. There was one minor conflict, so could > >>> one of you please check to make sure that I resolved things appropriately? > >> > >> One thing I noticed. > >> > >> Commit b2998782ded4 ("Documentation/litmus-tests: Clarify about the RCU > >> pre-initialization test")'s change log says: > >> > >> Since this test returned to tools/memory-model/, make sure that it is > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >> at least referenced from Documentation/litmus-tests/'s README. > >> > >> Because of the rebase, this needs amendment as well as the title. > >> > >> Something like > >> > >> Documentation/litumus-tests: Cite a relevant litmus test in tools/memory-model > >> > >> For ease of finding the RCU related litmus test under > >> tools/memory-model/, add an entry in README. > >> > >> ? > > > > Good catch, and yes, I will update that on the next rebase. > > > > Any other things in need of adjustment? > > Aside from the missing Signed-off-by tags Stephen pointed out, I don't > see anything. Yeah, I did mess that up! ;-) Thank you for checking!!! Thanx, Paul