The patch titled Subject: mm: testcases for RODATA: fix config dependency has been removed from the -mm tree. Its filename was mm-add-arch-independent-testcases-for-rodata-fix.patch This patch was dropped because it was folded into mm-add-arch-independent-testcases-for-rodata.patch ------------------------------------------------------ From: Jinbum Park <jinb.park7@xxxxxxxxx> Subject: mm: testcases for RODATA: fix config dependency Since DEBUG_RODATA has renamed to STRICT_KERNEL_RWX, Fix the config dependency. Link: http://lkml.kernel.org/r/20170209131625.GA16954@pjb1027-Latitude-E5410 Signed-off-by: Jinbum Park <jinb.park7@xxxxxxxxx> Reported-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/Kconfig.debug~mm-add-arch-independent-testcases-for-rodata-fix mm/Kconfig.debug --- a/mm/Kconfig.debug~mm-add-arch-independent-testcases-for-rodata-fix +++ a/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. _ Patches currently in -mm which might be from jinb.park7@xxxxxxxxx are scripts-spellingtxt-add-some-typo-words.patch mm-add-arch-independent-testcases-for-rodata.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html