[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200504115023.2ead040f@coco.lan>
Date: Mon, 4 May 2020 11:50:23 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Akira Yokosawa <akiyks@...il.com>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>,
Nicholas Piggin <npiggin@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Boqun Feng <boqun.feng@...il.com>,
Joel Fernandes <joel@...lfernandes.org>,
linux-arch@...r.kernel.org, Alan Stern <stern@...land.harvard.edu>,
David Howells <dhowells@...hat.com>,
Andrea Parri <parri.andrea@...il.com>,
Daniel Lustig <dlustig@...dia.com>,
Jade Alglave <j.alglave@....ac.uk>,
Luc Maranget <luc.maranget@...ia.fr>,
Will Deacon <will@...nel.org>,
"Paul E. McKenney" <paulmck@...nel.org>,
Joe Perches <joe@...ches.com>
Subject: Re: [PATCH 00/14] Move the ReST files from Documentation/*.txt
Em Mon, 4 May 2020 18:25:51 +0900
Akira Yokosawa <akiyks@...il.com> 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@...r.kernel.org
> > L: linux-arch@...r.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
Powered by blists - more mailing lists