[linux] 04/04: Stop explicitly disabling DEBUG_STRICT_USER_COPY_CHECKS

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Sep 7 21:11:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 6334f8f312cc276fa16003242656a49a8f924e6c
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Sep 7 21:37:53 2016 +0100

    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 49384f0..54b894b 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list