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

Maximilian Attems maks at alioth.debian.org
Tue Mar 10 22:18:04 UTC 2009


Author: maks
Date: Tue Mar 10 22:18:00 2009
New Revision: 13074

Log:
x86 explicitly set X86_PTRACE_BTS

defaults to yes, enabled on fedora.

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	Tue Mar 10 22:18:00 2009
@@ -30,7 +30,7 @@
     INPUT_PCF50633_PMU, CHARGER_PCF50633.
   * topconfig enable SND_HDA_HWDEP for sound debugging purpose.
   * topconfig enable USB_HIDDEV (closes: #517771)
-  * [x86] set DELL_LAPTOP, COMEDI.
+  * [x86] set DELL_LAPTOP, COMEDI, X86_PTRACE_BTS.
   * [x86] unset DRM_I915_KMS due to upgrade path from Lenny override with
     modeset module param.
 

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	Tue Mar 10 22:18:00 2009
@@ -19,6 +19,7 @@
 CONFIG_PARAVIRT=y
 # CONFIG_PARAVIRT_DEBUG is not set
 # CONFIG_MEMTEST is not set
+CONFIG_X86_PTRACE_BTS=y
 CONFIG_AMD_IOMMU=y
 CONFIG_HPET_TIMER=y
 CONFIG_CALGARY_IOMMU=y

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	Tue Mar 10 22:18:00 2009
@@ -28,6 +28,7 @@
 CONFIG_PARAVIRT=y
 # CONFIG_PARAVIRT_DEBUG is not set
 # CONFIG_MEMTEST is not set
+CONFIG_X86_PTRACE_BTS=y
 CONFIG_HPET_TIMER=y
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y



More information about the Kernel-svn-changes mailing list