linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig
@ 2025-11-25  8:19 Geert Uytterhoeven
  2025-11-25 10:14 ` Mike Rapoport
  2025-11-25 10:50 ` Anshuman Khandual
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2025-11-25  8:19 UTC (permalink / raw)
  To: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R . Howlett, Vlastimil Babka, Mike Rapoport,
	Suren Baghdasaryan, Michal Hocko, Kees Cook, Jinbum Park
  Cc: linux-mm, linux-kernel, Geert Uytterhoeven

Most of the DEBUG_RODATA_TEST section is indented by four spaces instead
of the customary single TAB.

Fixes: 2959a5f726f6510d ("mm: add arch-independent testcases for RODATA")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 mm/Kconfig.debug | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug
index 32b65073d0cccaf5..7638d75b27db8cf1 100644
--- a/mm/Kconfig.debug
+++ b/mm/Kconfig.debug
@@ -175,10 +175,10 @@ config DEBUG_PAGE_REF
 	  nil until the tracepoints are actually enabled.
 
 config DEBUG_RODATA_TEST
-    bool "Testcase for the marking rodata read-only"
-    depends on STRICT_KERNEL_RWX
+	bool "Testcase for the marking rodata read-only"
+	depends on STRICT_KERNEL_RWX
 	help
-      This option enables a testcase for the setting rodata read-only.
+	  This option enables a testcase for the setting rodata read-only.
 
 config ARCH_HAS_DEBUG_WX
 	bool
-- 
2.43.0



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

* Re: [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig
  2025-11-25  8:19 [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig Geert Uytterhoeven
@ 2025-11-25 10:14 ` Mike Rapoport
  2025-11-25 10:50 ` Anshuman Khandual
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2025-11-25 10:14 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R . Howlett, Vlastimil Babka, Suren Baghdasaryan,
	Michal Hocko, Kees Cook, Jinbum Park, linux-mm, linux-kernel

On Tue, Nov 25, 2025 at 09:19:30AM +0100, Geert Uytterhoeven wrote:
> Most of the DEBUG_RODATA_TEST section is indented by four spaces instead
> of the customary single TAB.
> 
> Fixes: 2959a5f726f6510d ("mm: add arch-independent testcases for RODATA")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

> ---
>  mm/Kconfig.debug | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug
> index 32b65073d0cccaf5..7638d75b27db8cf1 100644
> --- a/mm/Kconfig.debug
> +++ b/mm/Kconfig.debug
> @@ -175,10 +175,10 @@ config DEBUG_PAGE_REF
>  	  nil until the tracepoints are actually enabled.
>  
>  config DEBUG_RODATA_TEST
> -    bool "Testcase for the marking rodata read-only"
> -    depends on STRICT_KERNEL_RWX
> +	bool "Testcase for the marking rodata read-only"
> +	depends on STRICT_KERNEL_RWX
>  	help
> -      This option enables a testcase for the setting rodata read-only.
> +	  This option enables a testcase for the setting rodata read-only.
>  
>  config ARCH_HAS_DEBUG_WX
>  	bool
> -- 
> 2.43.0
> 

-- 
Sincerely yours,
Mike.


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

* Re: [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig
  2025-11-25  8:19 [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig Geert Uytterhoeven
  2025-11-25 10:14 ` Mike Rapoport
@ 2025-11-25 10:50 ` Anshuman Khandual
  1 sibling, 0 replies; 3+ messages in thread
From: Anshuman Khandual @ 2025-11-25 10:50 UTC (permalink / raw)
  To: Geert Uytterhoeven, Andrew Morton, David Hildenbrand,
	Lorenzo Stoakes, Liam R . Howlett, Vlastimil Babka,
	Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Kees Cook,
	Jinbum Park
  Cc: linux-mm, linux-kernel



On 25/11/25 1:49 PM, Geert Uytterhoeven wrote:
> Most of the DEBUG_RODATA_TEST section is indented by four spaces instead
> of the customary single TAB.
> 
> Fixes: 2959a5f726f6510d ("mm: add arch-independent testcases for RODATA")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>

> ---
>  mm/Kconfig.debug | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug
> index 32b65073d0cccaf5..7638d75b27db8cf1 100644
> --- a/mm/Kconfig.debug
> +++ b/mm/Kconfig.debug
> @@ -175,10 +175,10 @@ config DEBUG_PAGE_REF
>  	  nil until the tracepoints are actually enabled.
>  
>  config DEBUG_RODATA_TEST
> -    bool "Testcase for the marking rodata read-only"
> -    depends on STRICT_KERNEL_RWX
> +	bool "Testcase for the marking rodata read-only"
> +	depends on STRICT_KERNEL_RWX
>  	help
> -      This option enables a testcase for the setting rodata read-only.
> +	  This option enables a testcase for the setting rodata read-only.
>  
>  config ARCH_HAS_DEBUG_WX
>  	bool



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

end of thread, other threads:[~2025-11-25 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-25  8:19 [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig Geert Uytterhoeven
2025-11-25 10:14 ` Mike Rapoport
2025-11-25 10:50 ` Anshuman Khandual

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox