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=-10.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 DE373C3A5A9 for ; Mon, 4 May 2020 09:50:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7DE12073B for ; Mon, 4 May 2020 09:50:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588585831; bh=Bh0hYmUAkybjdtHios46zxKUR1jzmBVcRcfTV9uaIxQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=2SmLIBHk5E8Ntq0RQV8m2X8X4wfjZu2oxDleoTQS3wIpc0yMueCUVf/Mqh5PfEOiu LiUc4bwXzjPRxxTch/0rxqfoCBkUD2MQg65pCgcJ5/mdUdSmrF9S4Q3FtAGzIvLsvz aa/HA+Ktt2VL3iv2aIb70YWe82KlRLNiEH4+sBig= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728411AbgEDJub (ORCPT ); Mon, 4 May 2020 05:50:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:56496 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728338AbgEDJub (ORCPT ); Mon, 4 May 2020 05:50:31 -0400 Received: from coco.lan (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (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 CDC1A20658; Mon, 4 May 2020 09:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588585830; bh=Bh0hYmUAkybjdtHios46zxKUR1jzmBVcRcfTV9uaIxQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1Yvexcu060UzPkysOQn8KkvaiuhPTx3OlDDJ4n7iR6qLFGSIFLNhoP0zlt6K4fNfb lkVQEKQyK6XJAPHc039ExjCvW7rir/ItmQLdKWTYhfnd4DNEA9/fohdB20M83PkwVZ FzkhEJVzf8oPabT0zCTq78jAS4v2x9g7xPo1nEaQ= Date: Mon, 4 May 2020 11:50:23 +0200 From: Mauro Carvalho Chehab To: Akira Yokosawa Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , Nicholas Piggin , Peter Zijlstra , Boqun Feng , Joel Fernandes , linux-arch@vger.kernel.org, Alan Stern , David Howells , Andrea Parri , Daniel Lustig , Jade Alglave , Luc Maranget , Will Deacon , "Paul E. McKenney" , Joe Perches Subject: Re: [PATCH 00/14] Move the ReST files from Documentation/*.txt Message-ID: <20200504115023.2ead040f@coco.lan> In-Reply-To: <9f79e15a-4e36-3747-51fc-ca2d8ab616b7@gmail.com> References: <9f79e15a-4e36-3747-51fc-ca2d8ab616b7@gmail.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Em Mon, 4 May 2020 18:25:51 +0900 Akira Yokosawa escreveu: > (CC to documentation, get_maintainer, and LKMM maintainers) > > Hi Mauro, > > As I didn't receive "[PATCH 12/14] docs: move remaining stuff under > Documentation/*.txt to Documentation/staging", I'm replying to > [PATCH 00/14]. > > diff stat above shows you are not moving Documentation/atomic_bitops.txt in > this series. However, PATCH 12/14 contains the following hunks: > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 1aa6e89e7424..8aa8f7c0db93 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > [...] > > @@ -9855,7 +9855,7 @@ L: linux-kernel@vger.kernel.org > > L: linux-arch@vger.kernel.org > > S: Supported > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev > > -F: Documentation/atomic_bitops.txt > > +F: Documentation/staging/atomic_bitops.txt > > F: Documentation/atomic_t.txt > > F: Documentation/core-api/atomic_ops.rst > > F: Documentation/core-api/refcount-vs-atomic.rst > > [...] > > > diff --git a/include/asm-generic/bitops/atomic.h b/include/asm-generic/bitops/atomic.h > > index dd90c9792909..edeeb8375006 100644 > > --- a/include/asm-generic/bitops/atomic.h > > +++ b/include/asm-generic/bitops/atomic.h > > @@ -8,7 +8,7 @@ > > > > /* > > * Implementation of atomic bitops using atomic-fetch ops. > > - * See Documentation/atomic_bitops.txt for details. > > + * See Documentation/staging/atomic_bitops.txt for details. > > */ > > > > static inline void set_bit(unsigned int nr, volatile unsigned long *p) > > Please drop them. Thanks for pointing! Yeah, I noticed that too from Joe's review. Already dropped locally. I'll post a new version without such change. Thanks, Mauro