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

Maximilian Attems maks at alioth.debian.org
Sun Feb 15 21:49:49 UTC 2009


Author: maks
Date: Sun Feb 15 21:49:47 2009
New Revision: 12806

Log:
Revert "redisable STRICT_DEVMEM"

This reverts commit 00e5ac319f0882f4955c577b4c7e437577618961.

it was wrongly pinpointed as a kernel panic, reenable it.

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	Sun Feb 15 21:49:47 2009
@@ -59,7 +59,7 @@
     SYSCTL_SYSCALL_CHECK, BOOT_TRACER.
   * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
     MICROCODE_INTEL, MICROCODE_AMD, X86_VERBOSE_BOOTUP, MTRR_SANITIZER,
-    CRYPTO_CRC32C_INTEL.
+    CRYPTO_CRC32C_INTEL, STRICT_DEVMEM.
   * [x86_64] set AMD_IOMMU, DMAR, DMAR_GFX_WA, DMAR_FLOPPY_WA, INTR_REMAP.
   * [x86_32] set TOUCHSCREEN_HTCPEN, MOUSE_PS2_OLPC.
   * Add stable releases 2.6.28.1-5.

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	Sun Feb 15 21:49:47 2009
@@ -72,7 +72,7 @@
 ## file: arch/x86/Kconfig.debug
 ##
 # CONFIG_NONPROMISC_DEVMEM is not set
-# CONFIG_STRICT_DEVMEM is not set
+CONFIG_STRICT_DEVMEM=y
 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	Sun Feb 15 21:49:47 2009
@@ -120,7 +120,7 @@
 ## file: arch/x86/Kconfig.debug
 ##
 # CONFIG_NONPROMISC_DEVMEM is not set
-# CONFIG_STRICT_DEVMEM is not set
+CONFIG_STRICT_DEVMEM=y
 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