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=-8.6 required=3.0 tests=BAYES_00,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=ham 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 64AB2C433E7 for ; Wed, 14 Oct 2020 18:57:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E04922247 for ; Wed, 14 Oct 2020 18:57:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602701842; bh=jFQXOQDUpjT6qesgdMyQFKwEbBCv/SGOxAeads27y1I=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=H8Klg8JLRGXYn4Q3L1VRpsVOOpoGL2DAbeg+pNBr8x3iy9c54jaM6xRD4wmIhCz8g TJjWFht7hbacxj0oNd9oHMJl+EfJM4LotsKSOZQ6Q5tK4Q6gTBQ+PF9VMdThlASxYo QkhgfH+kFV1XOvfAWqIsBAqTMMgBkz3d2XABeZvQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390253AbgJNS5V (ORCPT ); Wed, 14 Oct 2020 14:57:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:45656 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389489AbgJNS5V (ORCPT ); Wed, 14 Oct 2020 14:57:21 -0400 Received: from paulmck-ThinkPad-P72.home (50-39-104-11.bvtn.or.frontiernet.net [50.39.104.11]) (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 974EB20691; Wed, 14 Oct 2020 18:57:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602701840; bh=jFQXOQDUpjT6qesgdMyQFKwEbBCv/SGOxAeads27y1I=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=uufeQWbi++CzSAbfjFeE8arW5VSfn63QlFfD+6AAVjcPn0ZrEKvm0FDOVWFBP5qKu Qx+Lj9UjyLtzyQE1huslAmaMcCSGQOapisG8gISkjKxFSV8kEaXeXkyLvQ0kksbrTF V2RkmlzvDZLJtvcgVLFJd3kvQDdXTUKvRi4qGC9E= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 2EFD13522892; Wed, 14 Oct 2020 11:57:20 -0700 (PDT) Date: Wed, 14 Oct 2020 11:57:20 -0700 From: "Paul E. McKenney" To: Alan Stern Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , Akira Yokosawa , Andrea Parri , Boqun Feng , Daniel Lustig , David Howells , Jade Alglave , Joel Fernandes , Luc Maranget , Nicholas Piggin , Peter Zijlstra , Will Deacon , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 02/24] tools: docs: memory-model: fix references for some files Message-ID: <20201014185720.GA28761@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <44baab3643aeefdb68f1682d89672fad44aa2c67.1602590106.git.mchehab+huawei@kernel.org> <20201013163354.GO3249@paulmck-ThinkPad-P72> <20201013163836.GC670875@rowland.harvard.edu> <20201014015840.GR3249@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014015840.GR3249@paulmck-ThinkPad-P72> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Tue, Oct 13, 2020 at 06:58:40PM -0700, Paul E. McKenney wrote: > On Tue, Oct 13, 2020 at 12:38:36PM -0400, Alan Stern wrote: > > On Tue, Oct 13, 2020 at 09:33:54AM -0700, Paul E. McKenney wrote: > > > On Tue, Oct 13, 2020 at 02:14:29PM +0200, Mauro Carvalho Chehab wrote: > > > > - The sysfs.txt file was converted to ReST and renamed; > > > > - The control-dependencies.txt is not at > > > > Documentation/control-dependencies.txt. As it is at the > > > > same dir as the README file, which mentions it, just > > > > remove Documentation/. > > > > > > > > With that, ./scripts/documentation-file-ref-check script > > > > is now happy again for files under tools/. > > > > > > > > Signed-off-by: Mauro Carvalho Chehab > > > > > > Queued for review and testing, likely target v5.11. > > > > Instead of changing the path in the README reference, shouldn't > > tools/memory-model/control-dependencies.txt be moved to its proper > > position in .../Documentation? > > You are of course quite right. My thought is to let Mauro go ahead, > given his short deadline. We can then make this "git mv" change once > v5.10-rc1 comes out, given that it should have Mauro's patches. I have > added a reminder to my calendar. Except that I cannot find a commit where control-dependencies.txt is in tools/memory-model. And this file is not yet in mainline, but only in -rcu and -next. In both places, it is here: tools/memory-model/Documentation/control-dependencies.txt Mauro, to what commit in what tree are you applying this patch? Thanx, Paul