Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752063AbeADEAB (ORCPT + 1 other); Wed, 3 Jan 2018 23:00:01 -0500 Received: from mail-pl0-f48.google.com ([209.85.160.48]:46200 "EHLO mail-pl0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751596AbeADD77 (ORCPT ); Wed, 3 Jan 2018 22:59:59 -0500 X-Google-Smtp-Source: ACJfBov4ZrqPdcgsLmYwOLLywon/MBxIab16yYgQkq3smJGr9SyPtU4vFFoVXaTr8LFROyXFRbiWYA== Date: Thu, 4 Jan 2018 09:29:48 +0530 From: afzal mohammed To: Boqun Feng Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, "Paul E. McKenney" , Will Deacon , Ingo Molnar , Peter Zijlstra , Stan Drozd , Palmer Dabbelt , Mauro Carvalho Chehab , Jonathan Corbet Subject: Re: [PATCH] doc: memory-barriers: reStructure Text Message-ID: <20180104035948.GB3782@afzalpc> References: <20180103093436.16704-1-afzal.mohd.ma@gmail.com> <20180104014850.GB31392@tardis> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180104014850.GB31392@tardis> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi, On Thu, Jan 04, 2018 at 09:48:50AM +0800, Boqun Feng wrote: > > The location chosen is "Documentation/kernel-hacking", i was unsure > > where this should reside & there was no .rst file in top-level directory > > "Documentation", so put it into one of the existing folder that seemed > > to me as not that unsuitable. > > > > Other files refer to memory-barrier.txt, those also needs to be > > adjusted based on where .rst can reside. > How do you plan to handle the external references? For example, the > following LWN articles has a link this file: > > https://lwn.net/Articles/718628/ > > And changing the name and/or location will break that link, AFAIK. If necessary to handle these, symlink might help here i believe. Upon trying to understand memory-barriers.txt, i felt that it might be better to have it in PDF/HTML format, thus attempted to convert it to rst. And i see it not being welcomed, hence shelving the conversion. afzal