[kernel] r16383 - in dists/sid/linux-2.6/debian: . patches/bugfix/all/stable patches/series

Ben Hutchings benh at alioth.debian.org
Fri Oct 1 22:35:51 UTC 2010


Author: benh
Date: Fri Oct  1 22:35:48 2010
New Revision: 16383

Log:
Add stable 2.6.32.24 (trivial fix, already applied)

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.24.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/25

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Fri Oct  1 02:34:26 2010	(r16382)
+++ dists/sid/linux-2.6/debian/changelog	Fri Oct  1 22:35:48 2010	(r16383)
@@ -2,6 +2,7 @@
 
   [ Ben Hutchings ]
   * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
+  * Add stable 2.6.32.24 (trivial fix, already applied)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 30 Sep 2010 12:28:58 +0100
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.24.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.24.patch	Fri Oct  1 22:35:48 2010	(r16383)
@@ -0,0 +1,15 @@
+diff --git a/Makefile b/Makefile
+index 6a29b82..83813cc 100644
+diff --git a/drivers/xen/events.c b/drivers/xen/events.c
+index a4dc7bf..ac91a4e 100644
+--- a/drivers/xen/events.c
++++ b/drivers/xen/events.c
+@@ -930,7 +930,7 @@ static struct irq_chip xen_dynamic_chip __read_mostly = {
+ 	.retrigger	= retrigger_dynirq,
+ };
+ 
+-static struct irq_chip en_percpu_chip __read_mostly = {
++static struct irq_chip xen_percpu_chip __read_mostly = {
+ 	.name		= "xen-percpu",
+ 
+ 	.disable	= disable_dynirq,

Modified: dists/sid/linux-2.6/debian/patches/series/25
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/25	Fri Oct  1 02:34:26 2010	(r16382)
+++ dists/sid/linux-2.6/debian/patches/series/25	Fri Oct  1 22:35:48 2010	(r16383)
@@ -1 +1,3 @@
 + bugfix/all/mmc-build-fix-mmc_pm_notify.patch
+- bugfix/all/xen-Fix-typo-in-xen_percpu_chip-definition.patch
++ bugfix/all/stable/2.6.32.24.patch



More information about the Kernel-svn-changes mailing list