From e29397a0ab3fac4a32e8f51a92cff8ff108a77c2 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 7 Dec 2011 17:39:23 -0500 Subject: 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.release | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.release') diff --git a/Makefile.release b/Makefile.release index eb37093d..14b6afd4 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 -- cgit