[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131205193050.GA13476@lovelace>
Date: Thu, 5 Dec 2013 20:30:50 +0100
From: Sima Baymani <sima.baymani@...il.com>
To: linux-mm@...ck.org, rientjes@...gle.com
Cc: tangchen@...fujitsu.com, akpm@...ux-foundation.org,
aquini@...hat.com, linux-kernel@...r.kernel.org,
gang.chen@...anux.com, aneesh.kumar@...ux.vnet.ibm.com,
isimatu.yasuaki@...fujitsu.com, kirill.shutemov@...ux.intel.com,
sjenning@...ux.vnet.ibm.com, darrick.wong@...cle.com
Subject: [PATCH] mm: Add missing dependency in Kconfig
Eliminate the following (rand)config warning by adding missing PROC_FS
dependency:
warning: (HWPOISON_INJECT && MEM_SOFT_DIRTY) selects PROC_PAGE_MONITOR
which has unmet direct dependencies (PROC_FS && MMU)
Suggested-by: David Rientjes <rientjes@...gle.com>
Signed-off-by: Sima Baymani <sima.baymani@...il.com>
---
mm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/Kconfig b/mm/Kconfig
index eb69f35..723bbe0 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -543,7 +543,7 @@ config ZSWAP
config MEM_SOFT_DIRTY
bool "Track memory changes"
- depends on CHECKPOINT_RESTORE && HAVE_ARCH_SOFT_DIRTY
+ depends on CHECKPOINT_RESTORE && HAVE_ARCH_SOFT_DIRTY && PROC_FS
select PROC_PAGE_MONITOR
help
This option enables memory changes tracking by introducing a
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists