From: Eugeniy Paltsev Date: Tue, 19 Nov 2019 15:26:15 +0000 (+0300) Subject: ARC: add kmemleak support X-Git-Tag: v5.5-rc1~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fbea0b7e842890a76acffce9be9e430b9e11194;p=thirdparty%2Fkernel%2Flinux.git ARC: add kmemleak support kmemleak is used internally for a long time and as there isn't any issue with it we can finally enable it in upstream. Signed-off-by: Eugeniy Paltsev Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 375f9d278139b..a00a1d46cf01a 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -30,6 +30,7 @@ config ARC select HAVE_ARCH_KGDB select HAVE_ARCH_TRACEHOOK select HAVE_DEBUG_STACKOVERFLOW + select HAVE_DEBUG_KMEMLEAK select HAVE_FUTEX_CMPXCHG if FUTEX select HAVE_IOREMAP_PROT select HAVE_KERNEL_GZIP