All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/arm64: fix RST layout of memory.rst
@ 2020-11-10 13:08 Ard Biesheuvel
  2020-11-10 19:22 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2020-11-10 13:08 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: catalin.marinas, will, Ard Biesheuvel, sfr

Stephen reports that commit f4693c2716b3 ("arm64: mm: extend linear region
for 52-bit VA configurations") triggers the following warnings when building
the htmldocs make target of today's linux-next:

  Documentation/arm64/memory.rst:35: WARNING: Literal block ends without a blank line; unexpected unindent.
  Documentation/arm64/memory.rst:53: WARNING: Literal block ends without a blank line; unexpected unindent.

Let's tweak the memory layout table to work around this.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
---
 Documentation/arm64/memory.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/arm64/memory.rst b/Documentation/arm64/memory.rst
index ee51eb66a578..12d932e01392 100644
--- a/Documentation/arm64/memory.rst
+++ b/Documentation/arm64/memory.rst
@@ -32,7 +32,7 @@ AArch64 Linux memory layout with 4KB pages + 4 levels (48-bit)::
   -----------------------------------------------------------------------
   0000000000000000	0000ffffffffffff	 256TB		user
   ffff000000000000	ffff7fffffffffff	 128TB		kernel logical memory map
-[ ffff600000000000	ffff7fffffffffff ]	  32TB		[ kasan shadow region ]
+ [ffff600000000000	ffff7fffffffffff]	  32TB		[kasan shadow region]
   ffff800000000000	ffff800007ffffff	 128MB		bpf jit region
   ffff800008000000	ffff80000fffffff	 128MB		modules
   ffff800010000000	fffffdffbffeffff	 125TB		vmalloc
@@ -51,7 +51,7 @@ AArch64 Linux memory layout with 64KB pages + 3 levels (52-bit with HW support):
   -----------------------------------------------------------------------
   0000000000000000	000fffffffffffff	   4PB		user
   fff0000000000000	ffff7fffffffffff	  ~4PB		kernel logical memory map
-[ fffd800000000000	ffff7fffffffffff ]	 512TB		[ kasan shadow region ]
+ [fffd800000000000	ffff7fffffffffff]	 512TB		[kasan shadow region]
   ffff800000000000	ffff800007ffffff	 128MB		bpf jit region
   ffff800008000000	ffff80000fffffff	 128MB		modules
   ffff800010000000	fffff81ffffeffff	 120TB		vmalloc
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/arm64: fix RST layout of memory.rst
  2020-11-10 13:08 [PATCH] Documentation/arm64: fix RST layout of memory.rst Ard Biesheuvel
@ 2020-11-10 19:22 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2020-11-10 19:22 UTC (permalink / raw)
  To: Ard Biesheuvel, linux-arm-kernel; +Cc: sfr, Will Deacon

On Tue, 10 Nov 2020 14:08:51 +0100, Ard Biesheuvel wrote:
> Stephen reports that commit f4693c2716b3 ("arm64: mm: extend linear region
> for 52-bit VA configurations") triggers the following warnings when building
> the htmldocs make target of today's linux-next:
> 
>   Documentation/arm64/memory.rst:35: WARNING: Literal block ends without a blank line; unexpected unindent.
>   Documentation/arm64/memory.rst:53: WARNING: Literal block ends without a blank line; unexpected unindent.
> 
> [...]

Applied to arm64 (for-next/va-refactor), thanks!

[1/1] Documentation/arm64: fix RST layout of memory.rst
      https://git.kernel.org/arm64/c/68af6d2483db

-- 
Catalin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-10 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 13:08 [PATCH] Documentation/arm64: fix RST layout of memory.rst Ard Biesheuvel
2020-11-10 19:22 ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.