[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200522063958.7e961a98@coco.lan>
Date: Fri, 22 May 2020 06:39:58 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Jonathan Corbet <corbet@....net>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Darren Hart <dvhart@...radead.org>,
Will Deacon <will@...nel.org>,
Ohad Ben-Cohen <ohad@...ery.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Baolin Wang <baolin.wang7@...il.com>,
Rob Herring <robh@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-remoteproc@...r.kernel.org
Subject: Re: [PATCH 10/14] docs: move locking-specific documenta to locking/
directory
Em Fri, 15 May 2020 12:06:07 -0600
Jonathan Corbet <corbet@....net> escreveu:
> On Fri, 1 May 2020 17:37:54 +0200
> Mauro Carvalho Chehab <mchehab+huawei@...nel.org> wrote:
>
> > Several files under Documentation/*.txt describe some type of
> > locking API. Move them to locking/ subdir and add to the
> > locking/index.rst index file.
> >
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
>
> I've applied this, but it really seems like this belongs in the core-api
> manual someday.
Makes sense.
Well, right now, it is at the same level as core-api, just below it:
Kernel API documentation
------------------------
These books get into the details of how specific kernel subsystems work
from the point of view of a kernel developer. Much of the information here
is taken directly from the kernel source, with supplemental material added
as needed (or at least as we managed to add it — probably *not* all that is
needed).
.. toctree::
:maxdepth: 2
driver-api/index
core-api/index
locking/index
Not too bad.
Btw, there are other doc sets that could also fit into the core-api, like:
...
accounting/index
...
security/index
...
bpf/index
...
scheduler/index
while most of the rest should likely be inside driver-api.
Some care should be taken when moving stuff, though: there is a
reason why they weren't moved to driver-api in the first place:
they may contain stuff for the admin guide mixed there.
Thanks,
Mauro
Powered by blists - more mailing lists