[kernel] CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is still broken.

Dave Jones davej at fedoraproject.org
Wed Dec 7 22:39:54 UTC 2011


commit e29397a0ab3fac4a32e8f51a92cff8ff108a77c2
Author: Dave Jones <davej at redhat.com>
Date:   Wed Dec 7 17:39:23 2011 -0500

    CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is still broken.
    
    This is just too much of a pain in the ass. Turn it off for good.

 Makefile         |    1 -
 Makefile.release |    1 -
 config-debug     |    1 -
 config-generic   |    1 +
 config-nodebug   |    1 -
 5 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/Makefile b/Makefile
index cb1d381..d98a4fd 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,6 @@ debug:
 	@perl -pi -e 's/# CONFIG_ATH_DEBUG is not set/CONFIG_ATH_DEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_CARL9170_DEBUGFS is not set/CONFIG_CARL9170_DEBUGFS=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_IWLWIFI_DEVICE_TRACING is not set/CONFIG_IWLWIFI_DEVICE_TRACING=y/' config-nodebug
-	@perl -pi -e 's/# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DMADEVICES_DEBUG is not set/CONFIG_DMADEVICES_DEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DMADEVICES_VDEBUG is not set/CONFIG_DMADEVICES_VDEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_CEPH_LIB_PRETTYDEBUG is not set/CONFIG_CEPH_LIB_PRETTYDEBUG=y/' config-nodebug
diff --git a/Makefile.release b/Makefile.release
index eb37093..14b6afd 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -56,7 +56,6 @@ config-release:
 	@perl -pi -e 's/CONFIG_ATH_DEBUG=y/# CONFIG_ATH_DEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_CARL9170_DEBUGFS=y/# CONFIG_CARL9170_DEBUGFS is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_IWLWIFI_DEVICE_TRACING=y/# CONFIG_IWLWIFI_DEVICE_TRACING is not set/' config-nodebug
-	@perl -pi -e 's/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y/# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DMADEVICES_DEBUG=y/# CONFIG_DMADEVICES_DEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DMADEVICES_VDEBUG=y/# CONFIG_DMADEVICES_VDEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_CEPH_LIB_PRETTYDEBUG=y/# CONFIG_CEPH_LIB_PRETTYDEBUG is not set/' config-nodebug
diff --git a/config-debug b/config-debug
index e33c42c..5814f1e 100644
--- a/config-debug
+++ b/config-debug
@@ -82,7 +82,6 @@ CONFIG_CARL9170_DEBUGFS=y
 CONFIG_IWLWIFI_DEVICE_TRACING=y
 
 CONFIG_DEBUG_OBJECTS_WORK=y
-# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
 
 CONFIG_DMADEVICES_DEBUG=y
 CONFIG_DMADEVICES_VDEBUG=y
diff --git a/config-generic b/config-generic
index d7464e2..c59837b 100644
--- a/config-generic
+++ b/config-generic
@@ -4563,6 +4563,7 @@ CONFIG_DEBUG_DEVRES=y
 CONFIG_DEBUG_RODATA_TEST=y
 CONFIG_DEBUG_NX_TEST=m
 CONFIG_DEBUG_BOOT_PARAMS=y
+# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
 CONFIG_LOCKUP_DETECTOR=y
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
diff --git a/config-nodebug b/config-nodebug
index cdf45e5..7ed0733 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -82,7 +82,6 @@ CONFIG_CARL9170_DEBUGFS=y
 CONFIG_IWLWIFI_DEVICE_TRACING=y
 
 CONFIG_DEBUG_OBJECTS_WORK=y
-CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
 
 CONFIG_DMADEVICES_DEBUG=y
 CONFIG_DMADEVICES_VDEBUG=y


More information about the scm-commits mailing list