From 6334f8f312cc276fa16003242656a49a8f924e6c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 7 Sep 2016 21:37:53 +0100 Subject: [PATCH] Stop explicitly disabling DEBUG_STRICT_USER_COPY_CHECKS The usercopy checks used to generate a lot of false positive warnings and were actually disabled upstream. Now they are fixed and enabled unconditionally upstream so we don't need to enable or disable this symbol. --- debian/config/kernelarch-x86/config | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 49384f0c7..54b894b34 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -1874,7 +1874,6 @@ CONFIG_MMIOTRACE=y # CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_SHIRQ is not set -# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set CONFIG_MEMTEST=y CONFIG_STRICT_DEVMEM=y