diff options
author | Dave Jones <davej@redhat.com> | 2011-12-07 17:39:23 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-12-07 17:39:23 -0500 |
commit | e29397a0ab3fac4a32e8f51a92cff8ff108a77c2 (patch) | |
tree | 2fe20f952cb95ca9b4acaa4be33435e08bfd9e52 /Makefile.release | |
parent | 6e216ecdf86b5b703db9b7b3c796f7d80c002b67 (diff) | |
download | kernel-e29397a0ab3fac4a32e8f51a92cff8ff108a77c2.tar.gz kernel-e29397a0ab3fac4a32e8f51a92cff8ff108a77c2.tar.xz kernel-e29397a0ab3fac4a32e8f51a92cff8ff108a77c2.zip |
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.
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release index eb37093da..14b6afd40 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 |