From: Jinbum Park <jinb.park7@gmail.com> To: akpm@linux-foundation.org Cc: keescook@chromium.org, valentinrothberg@gmail.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH] mm: testcases for RODATA: fix config dependency Date: Thu, 9 Feb 2017 22:16:25 +0900 Message-ID: <20170209131625.GA16954@pjb1027-Latitude-E5410> (raw) Since DEBUG_RODATA has renamed to STRICT_KERNEL_RWX, Fix the config dependency. Reported-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Jinbum Park <jinb.park7@gmail.com> --- mm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug index 3e5eada..3c88b7e 100644 --- a/mm/Kconfig.debug +++ b/mm/Kconfig.debug @@ -93,7 +93,7 @@ config DEBUG_PAGE_REF config DEBUG_RODATA_TEST bool "Testcase for the marking rodata read-only" - depends on DEBUG_RODATA + depends on STRICT_KERNEL_RWX ---help--- This option enables a testcase for the setting rodata read-only. -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply index Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-02-09 13:16 Jinbum Park [this message] 2017-02-10 23:36 ` Kees Cook 2017-02-15 21:00 ` Andrew Morton 2017-02-15 22:12 ` Kees Cook
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=20170209131625.GA16954@pjb1027-Latitude-E5410 \ --to=jinb.park7@gmail.com \ --cc=akpm@linux-foundation.org \ --cc=keescook@chromium.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=valentinrothberg@gmail.com \ /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
Linux-mm Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-mm/0 linux-mm/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-mm linux-mm/ https://lore.kernel.org/linux-mm \ linux-mm@kvack.org public-inbox-index linux-mm Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kvack.linux-mm AGPL code for this site: git clone https://public-inbox.org/public-inbox.git