From f569e56cd110ed54b974aeb9d9f1b7515bb9c566 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 21 May 2018 14:44:26 +0200 Subject: [PATCH] enable REFCOUNT_FULL only on x86 --- debian/config/config | 1 - debian/config/kernelarch-x86/config | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/config/config b/debian/config/config index 24e7d1656..8f71d0f25 100644 --- a/debian/config/config +++ b/debian/config/config @@ -12,7 +12,6 @@ CONFIG_CC_STACKPROTECTOR_STRONG=y ## end choice CONFIG_VMAP_STACK=y CONFIG_STRICT_KERNEL_RWX=y -CONFIG_REFCOUNT_FULL=y ## ## file: block/Kconfig diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index ad64314e2..302409462 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -2,6 +2,7 @@ ## file: arch/Kconfig ## # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_REFCOUNT_FULL=y ## ## file: arch/x86/Kconfig