linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: "Linux Doc Mailing List" <linux-doc@vger.kernel.org>,
	linux-kernel@vger.kernel.org, "Vlastimil Babka" <vbabka@suse.cz>,
	dri-devel@lists.freedesktop.org,
	"Steven Rostedt (VMware)" <rostedt@goodmis.org>,
	"Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Alexandre Ghiti" <alex@ghiti.fr>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Pragat Pandya" <pragat.pandya@gmail.com>,
	"Joel Fernandes (Google)" <joel@joelfernandes.org>,
	"Mathieu Poirier" <mathieu.poirier@linaro.org>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	"Phong Tran" <tranmanphong@gmail.com>,
	"Patrick Bellasi" <patrick.bellasi@arm.com>,
	"Peter Zijlstra" <peterz@infradead.org>,
	"Harald Seiler" <hws@denx.de>, "David Airlie" <airlied@linux.ie>,
	"Stephen Kitt" <steve@sk2.org>,
	"Ricardo Cañuelo" <ricardo.canuelo@collabora.com>,
	"Masami Hiramatsu" <mhiramat@kernel.org>,
	"Masahiro Yamada" <yamada.masahiro@socionext.com>,
	"Daniel Jordan" <daniel.m.jordan@oracle.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Nitin Gupta" <nigupta@nvidia.com>,
	"Peter Collingbourne" <pcc@google.com>,
	"Sebastian Andrzej Siewior" <bigeasy@linutronix.de>,
	linux-mm@kvack.org,
	"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
	"Frank A. Cancio Bello" <frank@generalsoftwareinc.com>,
	"Johannes Weiner" <hannes@cmpxchg.org>,
	"Harry Wei" <harryxiyou@gmail.com>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Mike Leach" <mike.leach@linaro.org>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Alex Shi" <alex.shi@linux.alibaba.com>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	"Jason Gunthorpe" <jgg@ziepe.ca>,
	"Masahiro Yamada" <masahiroy@kernel.org>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Kees Cook" <keescook@chromium.org>,
	"Sami Tolvanen" <samitolvanen@google.com>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Will Deacon" <will@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	devicetree@vger.kernel.org, "Mike Rapoport" <rppt@linux.ibm.com>,
	"Daniel Vetter" <daniel@ffwll.ch>
Subject: Re: [PATCH v3 0/7] Convert the remaining text files to ReST
Date: Fri, 26 Jun 2020 11:34:59 -0600	[thread overview]
Message-ID: <20200626113459.413c3843@lwn.net> (raw)
In-Reply-To: <cover.1592918949.git.mchehab+huawei@kernel.org>

On Tue, 23 Jun 2020 15:31:33 +0200
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:

> The main goal of this series is to finish the ReST conversion. After this
> series, we have just those files still in plain old format:
> 
> 	- Documentation/RCU/RTFP.txt
> 	- Documentation/atomic_bitops.txt
> 	- Documentation/memory-barriers.txt
> 	- Documentation/atomic_t.txt
> 	- Documentation/filesystems/dax.txt
> 	- Documentation/filesystems/path-lookup.txt
> 	- Documentation/virt/kvm/devices/README

OK, I've applied this set - glad to see the last one!

Still *not* glad to see the LaTeX markup in the staging stuff; hopefully
we can do something about that soon.

Thanks,

jon


  parent reply	other threads:[~2020-06-26 17:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23 13:31 Mauro Carvalho Chehab
2020-06-23 13:31 ` [PATCH v3 3/7] docs: move nommu-mmap.txt to admin-guide and rename " Mauro Carvalho Chehab
2020-06-26 17:34 ` Jonathan Corbet [this message]
2020-06-28  8:40   ` [PATCH v3 0/7] Convert the remaining text files " Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200626113459.413c3843@lwn.net \
    --to=corbet@lwn.net \
    --cc=airlied@linux.ie \
    --cc=akpm@linux-foundation.org \
    --cc=alex.shi@linux.alibaba.com \
    --cc=alex@ghiti.fr \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=aneesh.kumar@linux.ibm.com \
    --cc=arnd@arndb.de \
    --cc=b.zolnierkie@samsung.com \
    --cc=bigeasy@linutronix.de \
    --cc=daniel.m.jordan@oracle.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ebiederm@xmission.com \
    --cc=frank@generalsoftwareinc.com \
    --cc=hannes@cmpxchg.org \
    --cc=harryxiyou@gmail.com \
    --cc=hws@denx.de \
    --cc=j.neuschaefer@gmx.net \
    --cc=jgg@ziepe.ca \
    --cc=joel@joelfernandes.org \
    --cc=keescook@chromium.org \
    --cc=krzk@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=masahiroy@kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=mike.leach@linaro.org \
    --cc=mripard@kernel.org \
    --cc=nigupta@nvidia.com \
    --cc=patrick.bellasi@arm.com \
    --cc=pcc@google.com \
    --cc=peterz@infradead.org \
    --cc=pragat.pandya@gmail.com \
    --cc=ricardo.canuelo@collabora.com \
    --cc=robh+dt@kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=rppt@linux.ibm.com \
    --cc=samitolvanen@google.com \
    --cc=sboyd@kernel.org \
    --cc=steve@sk2.org \
    --cc=tglx@linutronix.de \
    --cc=tranmanphong@gmail.com \
    --cc=tzimmermann@suse.de \
    --cc=vbabka@suse.cz \
    --cc=will@kernel.org \
    --cc=willy@infradead.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox