[kernel] r14280 - in dists/lenny/linux-2.6/debian: . patches/bugfix/mips patches/series

Martin Michlmayr tbm at alioth.debian.org
Tue Sep 22 10:00:51 UTC 2009


Author: tbm
Date: Tue Sep 22 10:00:36 2009
New Revision: 14280

Log:
Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang
during bootup (Closes: #507557)

Added:
   dists/lenny/linux-2.6/debian/patches/bugfix/mips/ip22-no-early-printk.patch
Modified:
   dists/lenny/linux-2.6/debian/changelog
   dists/lenny/linux-2.6/debian/patches/series/20

Modified: dists/lenny/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny/linux-2.6/debian/changelog	Tue Sep 22 09:39:46 2009	(r14279)
+++ dists/lenny/linux-2.6/debian/changelog	Tue Sep 22 10:00:36 2009	(r14280)
@@ -27,6 +27,10 @@
   * md: avoid dereferencing NULL pointer when accessing suspend_* sysfs
     attributes (CVE-2009-2849)
 
+  [ Martin Michlmayr ]
+  * Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang
+    during bootup (Closes: #507557)
+
  -- dann frazier <dannf at debian.org>  Tue, 18 Aug 2009 22:45:27 -0600
 
 linux-2.6 (2.6.26-18) stable; urgency=high

Added: dists/lenny/linux-2.6/debian/patches/bugfix/mips/ip22-no-early-printk.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny/linux-2.6/debian/patches/bugfix/mips/ip22-no-early-printk.patch	Tue Sep 22 10:00:36 2009	(r14280)
@@ -0,0 +1,10 @@
+--- a/arch/mips/Kconfig	2009-09-22 09:22:46.000000000 +0000
++++ b/arch/mips/Kconfig	2009-09-22 09:22:59.000000000 +0000
+@@ -388,7 +388,6 @@
+ 	select SWAP_IO_SPACE
+ 	select SYS_HAS_CPU_R4X00
+ 	select SYS_HAS_CPU_R5000
+-	select SYS_HAS_EARLY_PRINTK
+ 	select SYS_SUPPORTS_32BIT_KERNEL
+ 	select SYS_SUPPORTS_64BIT_KERNEL
+ 	select SYS_SUPPORTS_BIG_ENDIAN

Modified: dists/lenny/linux-2.6/debian/patches/series/20
==============================================================================
--- dists/lenny/linux-2.6/debian/patches/series/20	Tue Sep 22 09:39:46 2009	(r14279)
+++ dists/lenny/linux-2.6/debian/patches/series/20	Tue Sep 22 10:00:36 2009	(r14280)
@@ -1,2 +1,3 @@
 + bugfix/all/autofs4-dont-make-expiring-dentry-negative.patch
 + bugfix/x86/fix-alternatives-on-486.patch
++ bugfix/mips/ip22-no-early-printk.patch



More information about the Kernel-svn-changes mailing list