Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1805 - genpatches-2.6/trunk/2.6.32
Date: Tue, 05 Oct 2010 23:03:16
Message-Id: 20101005224505.D984E20051@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2010-10-05 22:45:05 +0000 (Tue, 05 Oct 2010)
3 New Revision: 1805
4
5 Added:
6 genpatches-2.6/trunk/2.6.32/1023_linux-2.6.32.24.patch
7 Modified:
8 genpatches-2.6/trunk/2.6.32/0000_README
9 Log:
10 Linux patch 2.6.32.24
11
12 Modified: genpatches-2.6/trunk/2.6.32/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/2.6.32/0000_README 2010-10-05 21:29:23 UTC (rev 1804)
15 +++ genpatches-2.6/trunk/2.6.32/0000_README 2010-10-05 22:45:05 UTC (rev 1805)
16 @@ -131,6 +131,10 @@
17 From: http://www.kernel.org
18 Desc: Linux 2.6.32.23
19
20 +Patch: 1023_linux-2.6.32.24.patch
21 +From: http://www.kernel.org
22 +Desc: Linux 2.6.32.24
23 +
24 Patch: 2500_libata-fix-truncated-LBA48-ret-vals.patch
25 From: http://bugs.gentoo.org/show_bug.cgi?id=303313
26 Desc: Fix bug which truncated LBA48 return values
27
28 Added: genpatches-2.6/trunk/2.6.32/1023_linux-2.6.32.24.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/2.6.32/1023_linux-2.6.32.24.patch (rev 0)
31 +++ genpatches-2.6/trunk/2.6.32/1023_linux-2.6.32.24.patch 2010-10-05 22:45:05 UTC (rev 1805)
32 @@ -0,0 +1,13 @@
33 +diff --git a/drivers/xen/events.c b/drivers/xen/events.c
34 +index a4dc7bf..ac91a4e 100644
35 +--- a/drivers/xen/events.c
36 ++++ b/drivers/xen/events.c
37 +@@ -930,7 +930,7 @@ static struct irq_chip xen_dynamic_chip __read_mostly = {
38 + .retrigger = retrigger_dynirq,
39 + };
40 +
41 +-static struct irq_chip en_percpu_chip __read_mostly = {
42 ++static struct irq_chip xen_percpu_chip __read_mostly = {
43 + .name = "xen-percpu",
44 +
45 + .disable = disable_dynirq,