[kernel] r16361 - in dists/sid/linux-2.6/debian: . patches/bugfix/all patches/series
Ben Hutchings
benh at alioth.debian.org
Mon Sep 27 11:43:54 UTC 2010
Author: benh
Date: Mon Sep 27 11:43:51 2010
New Revision: 16361
Log:
xen: Fix typo in xen_percpu_chip definition
Fixes regression introduced by 2.6.32.23.
Added:
dists/sid/linux-2.6/debian/patches/bugfix/all/xen-Fix-typo-in-xen_percpu_chip-definition.patch
Modified:
dists/sid/linux-2.6/debian/changelog
dists/sid/linux-2.6/debian/patches/series/24
Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog Mon Sep 27 11:32:36 2010 (r16360)
+++ dists/sid/linux-2.6/debian/changelog Mon Sep 27 11:43:51 2010 (r16361)
@@ -28,6 +28,7 @@
- [hppa,ia64] mm: guard page for stacks that grow upwards (CVE-2010-2240)
- sctp: Do not reset the packet during sctp_packet_config()
(CVE-2010-3432)
+ * xen: Fix typo in xen_percpu_chip definition
* 3c59x: Remove incorrect locking (Closes: #598103)
* f71882fg: Add support for the f71889fg (Closes: #597820)
Added: dists/sid/linux-2.6/debian/patches/bugfix/all/xen-Fix-typo-in-xen_percpu_chip-definition.patch
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/xen-Fix-typo-in-xen_percpu_chip-definition.patch Mon Sep 27 11:43:51 2010 (r16361)
@@ -0,0 +1,24 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Mon, 27 Sep 2010 12:40:23 +0100
+Subject: [PATCH] xen: Fix typo in xen_percpu_chip definition
+
+---
+ drivers/xen/events.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/drivers/xen/events.c b/drivers/xen/events.c
+index 688b211..373905b 100644
+--- a/drivers/xen/events.c
++++ b/drivers/xen/events.c
+@@ -959,7 +959,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,
+--
+1.7.1
+
Modified: dists/sid/linux-2.6/debian/patches/series/24
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/24 Mon Sep 27 11:32:36 2010 (r16360)
+++ dists/sid/linux-2.6/debian/patches/series/24 Mon Sep 27 11:43:51 2010 (r16361)
@@ -61,6 +61,7 @@
- bugfix/x86/sis-agp-Remove-SIS-760-handled-by-amd64-agp.patch
- bugfix/sparc/sparc-Provide-io-read-write-16-32-be.patch
+ bugfix/all/stable/2.6.32.23.patch
++ bugfix/all/xen-Fix-typo-in-xen_percpu_chip-definition.patch
+ debian/input-Avoid-ABI-change-from-compat-support.patch
+ debian/mm-Avoid-ABI-change-in-2.6.32.23.patch
+ bugfix/all/3c59x-Remove-incorrect-locking-correct-doc.patch
More information about the Kernel-svn-changes
mailing list