From: Richard Weinberger Date: Sun, 12 Jun 2016 19:56:43 +0000 (+0200) Subject: um: Select HAVE_DEBUG_KMEMLEAK X-Git-Tag: v5.15~13102^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5609a3d309836d047eb60275db69d82d47268283;p=platform%2Fkernel%2Flinux-starfive.git um: Select HAVE_DEBUG_KMEMLEAK Now we have the infrastructure to support kmemleak. Enable the HAVE flag. Signed-off-by: Richard Weinberger --- diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index cc00134..de562da1 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common @@ -5,6 +5,7 @@ config UML select HAVE_ARCH_SECCOMP_FILTER select HAVE_UID16 select HAVE_FUTEX_CMPXCHG if FUTEX + select HAVE_DEBUG_KMEMLEAK select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select GENERIC_IO