|
Message-ID: <20161125054822.GA2793@packer-debian-8-amd64.digitalocean.com> Date: Fri, 25 Nov 2016 00:48:22 -0500 From: Jessica Yu <jeyu@...hat.com> To: rusty@...tcorp.com.au, AKASHI Takahiro <takahiro.akashi@...aro.org> Cc: mark.rutland@....com, keescook@...omium.org, kernel-hardening@...ts.openwall.com, linux-kernel@...r.kernel.org Subject: Re: module: extend 'rodata=off' boot cmdline parameter to module mappings +++ AKASHI Takahiro [14/11/16 15:15 +0900]: >The current "rodata=off" parameter disables read-only kernel mappings >under CONFIG_DEBUG_RODATA: > commit d2aa1acad22f ("mm/init: Add 'rodata=off' boot cmdline parameter > to disable read-only kernel mappings") > >This patch is a logical extension to module mappings ie. read-only mappings >at module loading can be disabled even if CONFIG_DEBUG_SET_MODULE_RONX >(mainly for debug use). Please note, however, that it only affects RO/RW >permissions, keeping NX set. > >This is the first step to make CONFIG_DEBUG_SET_MODULE_RONX mandatory >(always-on) in the future as CONFIG_DEBUG_RODATA on x86 and arm64. > >Suggested-by: and Acked-by: Mark Rutland <mark.rutland@....com> >Signed-off-by: AKASHI Takahiro <takahiro.akashi@...aro.org> >Reviewed-by: Kees Cook <keescook@...omium.org> >Cc: Rusty Russell <rusty@...tcorp.com.au> Hi Rusty, could I get an (n)ack for this patch? :-) Thanks! Jessica
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.