From: Josh Triplett Date: Mon, 3 Sep 2012 05:21:29 +0000 (-0700) Subject: x86/Kconfig: Turn off DEBUG_NX_TEST module in defconfigs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~91^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c206b9dcb1fc41b104db43e98f9b83a8c0c559ae;p=pandora-kernel.git x86/Kconfig: Turn off DEBUG_NX_TEST module in defconfigs The x86 defconfigs include exactly one module: test_nx.ko, a special-purpose module which just exists to do evil things like executing code off the stack to see if the kernel has enabled NX support. Anyone who actually uses that module can easily enable it themselves, but the vast majority of kernel builds don't need it; disable it by default. Signed-off-by: Josh Triplett Cc: Randy Dunlap Cc: Suresh Siddha Cc: Linus Torvalds Cc: Andrew Morton Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Arjan van de Ven Link: http://lkml.kernel.org/r/e72faf875e1172fb1cbec5e6d3cd4122df508a97.1346649518.git.josh@joshtriplett.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed