[kernel] r12762 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Wed Feb 11 10:27:56 UTC 2009


Author: maks
Date: Wed Feb 11 10:27:55 2009
New Revision: 12762

Log:
redisable STRICT_DEVMEM

"new kernel snapshots seem to panic when going into X :(
it completely locks up"
Reported-by: Sjoerd Simons <sjoerd at debian.org>

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Feb 11 10:27:55 2009
@@ -47,7 +47,7 @@
     UWB, UWB_WLP, UWB_I1480U, UWB_I1480U_WLP, CRYPTO_FIPS, ANSI_CPRNG,
     CRC_T10DIF, STAGING, ET131X, CRYPTO_ANSI_CPRNG, PRISM2_USB.
   * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
-    MICROCODE_INTEL, MICROCODE_AMD, X86_VERBOSE_BOOTUP, STRICT_DEVMEM.
+    MICROCODE_INTEL, MICROCODE_AMD, X86_VERBOSE_BOOTUP.
   * [x86_64] set AMD_IOMMU, MTRR_SANITIZER, DMAR, DMAR_GFX_WA,
     DMAR_FLOPPY_WA, INTR_REMAP, CRYPTO_CRC32C_INTEL.
   * Add stable releases 2.6.28.1-4.

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Wed Feb 11 10:27:55 2009
@@ -72,7 +72,7 @@
 ## file: arch/x86/Kconfig.debug
 ##
 # CONFIG_NONPROMISC_DEVMEM is not set
-CONFIG_STRICT_DEVMEM=y
+# CONFIG_STRICT_DEVMEM is not set
 CONFIG_X86_VERBOSE_BOOTUP=y
 # CONFIG_DEBUG_STACKOVERFLOW is not set
 # CONFIG_DEBUG_STACK_USAGE is not set

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Wed Feb 11 10:27:55 2009
@@ -112,7 +112,7 @@
 ## file: arch/x86/Kconfig.debug
 ##
 # CONFIG_NONPROMISC_DEVMEM is not set
-CONFIG_STRICT_DEVMEM=y
+# CONFIG_STRICT_DEVMEM is not set
 CONFIG_X86_VERBOSE_BOOTUP=y
 # CONFIG_DEBUG_STACKOVERFLOW is not set
 # CONFIG_DEBUG_STACK_USAGE is not set



More information about the Kernel-svn-changes mailing list