[kernel] r14324 - in dists/trunk/linux-2.6/debian: . templates/image.plain.bug

Ben Hutchings benh at alioth.debian.org
Sun Oct 4 17:07:55 UTC 2009


Author: benh
Date: Sun Oct  4 17:07:54 2009
New Revision: 14324

Log:
Include PCI device list in bug reports even if the running kernel doesn't match

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-pci

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Sun Oct  4 17:03:43 2009	(r14323)
+++ dists/trunk/linux-2.6/debian/changelog	Sun Oct  4 17:07:54 2009	(r14324)
@@ -3,6 +3,8 @@
   [ Ben Hutchings ]
   * Prompt bug reporters to run the kernel version they're reporting on
     or otherwise record boot messages
+  * Include PCI device list in bug reports even if the running kernel
+    doesn't match
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 04 Oct 2009 18:02:39 +0100
 

Modified: dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-pci
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-pci	Sun Oct  4 17:03:43 2009	(r14323)
+++ dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-pci	Sun Oct  4 17:07:54 2009	(r14324)
@@ -9,6 +9,8 @@
 }
 
 ask_pci() {
-  true
+  # This information shouldn't vary much between kernel versions, so
+  # include it anyway.
+  add_pci
 }
 



More information about the Kernel-svn-changes mailing list