On Fri, Jul 24, 2015 at 06:29:12AM +0800, kbuild test robot wrote: > warning: (HWPOISON_INJECT && MEM_SOFT_DIRTY && IDLE_PAGE_TRACKING) selects PROC_PAGE_MONITOR which has unmet direct dependencies (PROC_FS && MMU) Should be fixed by the following patch: From: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Subject: [PATCH] mm/Kconfig: fix IDLE_PAGE_TRACKING dependencies Fixes: proc-add-kpageidle-file Signed-off-by: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> diff --git a/mm/Kconfig b/mm/Kconfig index db817e2c2ec8..a1de09926171 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -657,6 +657,7 @@ config DEFERRED_STRUCT_PAGE_INIT config IDLE_PAGE_TRACKING bool "Enable idle page tracking" + depends on PROC_FS && MMU select PROC_PAGE_MONITOR select PAGE_EXTENSION if !64BIT help -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>