public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] kernel: enable CONFIG_DEBUG_WX on aarch64
@ 2020-04-18  8:16 Peter Müller
  2020-04-20  7:12 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-04-18  8:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 982 bytes --]

Since this is described as 'Generate a warning if any W+X mappings are
found at boot.', it most likely does not break anything and can be
safely enabled.

Fixes: #12373

Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/kernel/kernel.config.aarch64-ipfire | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index 32ad2df07..eb914365f 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -6572,7 +6572,7 @@ CONFIG_IO_STRICT_DEVMEM=y
 # CONFIG_ARM64_PTDUMP_DEBUGFS is not set
 # CONFIG_PID_IN_CONTEXTIDR is not set
 # CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set
-# CONFIG_DEBUG_WX is not set
+CONFIG_DEBUG_WX=y
 CONFIG_DEBUG_ALIGN_RODATA=y
 # CONFIG_ARM64_RELOC_TEST is not set
 # CONFIG_CORESIGHT is not set
-- 
2.16.4

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

* Re: [PATCH] kernel: enable CONFIG_DEBUG_WX on aarch64
  2020-04-18  8:16 [PATCH] kernel: enable CONFIG_DEBUG_WX on aarch64 Peter Müller
@ 2020-04-20  7:12 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-04-20  7:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 18 Apr 2020, at 09:16, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Since this is described as 'Generate a warning if any W+X mappings are
> found at boot.', it most likely does not break anything and can be
> safely enabled.
> 
> Fixes: #12373
> 
> Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/kernel/kernel.config.aarch64-ipfire | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
> index 32ad2df07..eb914365f 100644
> --- a/config/kernel/kernel.config.aarch64-ipfire
> +++ b/config/kernel/kernel.config.aarch64-ipfire
> @@ -6572,7 +6572,7 @@ CONFIG_IO_STRICT_DEVMEM=y
> # CONFIG_ARM64_PTDUMP_DEBUGFS is not set
> # CONFIG_PID_IN_CONTEXTIDR is not set
> # CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set
> -# CONFIG_DEBUG_WX is not set
> +CONFIG_DEBUG_WX=y
> CONFIG_DEBUG_ALIGN_RODATA=y
> # CONFIG_ARM64_RELOC_TEST is not set
> # CONFIG_CORESIGHT is not set
> -- 
> 2.16.4


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

end of thread, other threads:[~2020-04-20  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  8:16 [PATCH] kernel: enable CONFIG_DEBUG_WX on aarch64 Peter Müller
2020-04-20  7:12 ` Michael Tremer

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