From: Nikolay.Borisov@arm.com (Nikolay Borisov)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 2/3] ARM: Kconfig: remove dependence of CONFIG_DEBUG_RODATA on !kexec
Date: Wed, 9 Apr 2014 17:50:37 +0100 [thread overview]
Message-ID: <1397062238-10515-3-git-send-email-Nikolay.Borisov@arm.com> (raw)
In-Reply-To: <1397062238-10515-1-git-send-email-Nikolay.Borisov@arm.com>
Signed-off-by: Nikolay Borisov <Nikolay.Borisov@arm.com>
---
arch/arm/mm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 3c7adea..ed58326 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -970,7 +970,7 @@ config ARM_KERNMEM_PERMS
config DEBUG_RODATA
bool "Make kernel text and rodata read-only"
- depends on ARM_KERNMEM_PERMS && KEXEC=n && KPROBES=n
+ depends on ARM_KERNMEM_PERMS && KPROBES=n
default y
help
If this is set, kernel text and rodata will be made read-only.
--
1.8.1.5
next prev parent reply other threads:[~2014-04-09 16:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 16:50 [RFC PATCH 0/3] Make kexec work with CONFIG_DEBUG_RODATA enabled Nikolay Borisov
2014-04-09 16:50 ` [RFC PATCH 1/3] ARM: kexec: Make kexec work with read-only kernel .text section Nikolay Borisov
2014-04-09 18:13 ` Kees Cook
2014-04-22 0:16 ` Kees Cook
2014-04-09 16:50 ` Nikolay Borisov [this message]
2014-04-09 18:14 ` [RFC PATCH 2/3] ARM: Kconfig: remove dependence of CONFIG_DEBUG_RODATA on !kexec Kees Cook
2014-04-09 16:50 ` [RFC PATCH 3/3] ARM: kexec: Use .struct to describe relocate_new_kernel parameter layout Nikolay Borisov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397062238-10515-3-git-send-email-Nikolay.Borisov@arm.com \
--to=nikolay.borisov@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).