* [PATCH] mm: Add missing dependency in Kconfig
@ 2013-12-05 19:30 Sima Baymani
2013-12-05 23:12 ` David Rientjes
0 siblings, 1 reply; 2+ messages in thread
From: Sima Baymani @ 2013-12-05 19:30 UTC (permalink / raw)
To: linux-mm, rientjes
Cc: tangchen, akpm, aquini, linux-kernel, gang.chen, aneesh.kumar,
isimatu.yasuaki, kirill.shutemov, sjenning, darrick.wong
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@google.com>
Signed-off-by: Sima Baymani <sima.baymani@gmail.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, 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mm: Add missing dependency in Kconfig
2013-12-05 19:30 [PATCH] mm: Add missing dependency in Kconfig Sima Baymani
@ 2013-12-05 23:12 ` David Rientjes
0 siblings, 0 replies; 2+ messages in thread
From: David Rientjes @ 2013-12-05 23:12 UTC (permalink / raw)
To: Sima Baymani
Cc: linux-mm, tangchen, akpm, aquini, linux-kernel, gang.chen,
aneesh.kumar, isimatu.yasuaki, kirill.shutemov, sjenning,
darrick.wong
On Thu, 5 Dec 2013, Sima Baymani wrote:
> 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@google.com>
> Signed-off-by: Sima Baymani <sima.baymani@gmail.com>
Acked-by: David Rientjes <rientjes@google.com>
--
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-05 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-05 19:30 [PATCH] mm: Add missing dependency in Kconfig Sima Baymani
2013-12-05 23:12 ` David Rientjes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox