Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4985781pxu; Tue, 13 Oct 2020 11:46:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxgcVvo+8Cy+CuiGxhLpyYGjuHW/srWlsMvLW+fRi8NGF61PLae0JWICfmm9LS/TL3iq3qu X-Received: by 2002:aa7:c458:: with SMTP id n24mr984098edr.189.1602614762768; Tue, 13 Oct 2020 11:46:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602614762; cv=none; d=google.com; s=arc-20160816; b=yYfmviA+P24yULymdh2kn51VrlmfvdrNhbmnhSRrmMfG4IrdR4mdIYQQwgAO7T0C0R 8vCui+wh3zflMjztx9frRvTTOKalS9ucDLpA/Jx8s5DAGAg4huYwrzhlsXC8TR6IMZKl U2yu8+NK3wyvk8kL/lQTTYcdK7jf69Y2uAsBXoqKjUjy1L5XLA1vucioB9PUGqLj9zHQ M60K24Sy6bEHeyHgmRviVtmUh81nPavPW7B35i5+qSdSPBjEch0Q1ulHbZL2oGX2dZT4 uZiGiO11SYUvIFGuxJ8If+BU16GwE9iQ2ac7MFP18XUyXXXfFTAZZpMqHjSNp0URGI9f iKUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=tnKaDEYcml0W8PqRT48GsNr6sA/0jpm6Ys1xmJZs7kQ=; b=RtycEtFHa43v6n3ujsK16qS2gRm6YLil4W7hXDSMvWuDSo7RVQgOynSBuwSU96mBbH yiFJ4nfpQeGRZEoe6xSYfIAvWwkg80LYyw8snabrGpU2OPnoW2fUaJP0DLph/BjuqzM+ nLEkSxCOfGSrbp4zAz9rRsvPlHQKTnOeqAF0pXQJRk7ugE1HbTVOABUSJ2QMLZz7piaj pZ2Da/C6ekyNyk7O9ws07nAzjHoeiqGANmOqRM8WH1iujd1UeBWG8FOXVbdG7+CRfVvL KehPQ7F20c7rK4QQ32rvdaIe4XdT8+bM5F3a+jqd8lNTiQZ4hme9NtUPO0nVQoPjIuWy m76w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a23si389688edv.500.2020.10.13.11.45.40; Tue, 13 Oct 2020 11:46:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727566AbgJMQih (ORCPT + 99 others); Tue, 13 Oct 2020 12:38:37 -0400 Received: from netrider.rowland.org ([192.131.102.5]:37459 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1727531AbgJMQih (ORCPT ); Tue, 13 Oct 2020 12:38:37 -0400 Received: (qmail 676836 invoked by uid 1000); 13 Oct 2020 12:38:36 -0400 Date: Tue, 13 Oct 2020 12:38:36 -0400 From: Alan Stern To: "Paul E. McKenney" 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: <20201013163836.GC670875@rowland.harvard.edu> References: <44baab3643aeefdb68f1682d89672fad44aa2c67.1602590106.git.mchehab+huawei@kernel.org> <20201013163354.GO3249@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201013163354.GO3249@paulmck-ThinkPad-P72> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Alan Stern