On Fri, 15 May 2020 11:27:35 -0600, Jonathan Corbet wrote: > On Fri, 15 May 2020 18:04:06 +0200 > Stephen Kitt wrote: > > > diff --git a/Documentation/index.rst b/Documentation/index.rst > > index 9599c0f3eea8..17c38d899572 100644 > > --- a/Documentation/index.rst > > +++ b/Documentation/index.rst > > @@ -143,6 +143,7 @@ Architecture-agnostic documentation > > :maxdepth: 2 > > > > asm-annotations > > + unaligned-memory-access > > > > Architecture-specific documentation > > ----------------------------------- > > diff --git a/Documentation/unaligned-memory-access.txt > > b/Documentation/unaligned-memory-access.rst similarity index 100% > > rename from Documentation/unaligned-memory-access.txt > > rename to Documentation/unaligned-memory-access.rst > > Adding this to the toctree is great, but I'd just as soon not leave it in > the top-level directory while we do that. Since you're renaming it > anyway, can you move it into process/? It's not a perfect fit, but that's > where that type of material has been going so far. I can indeed. Should it still be listed in the main toctree, or in the process toctree? Regards, Stephen