Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1802 - genpatches-2.6/trunk/2.6.35
Date: Wed, 29 Sep 2010 12:52:16
Message-Id: 20100929125211.E600A20051@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2010-09-29 12:52:11 +0000 (Wed, 29 Sep 2010)
3 New Revision: 1802
4
5 Added:
6 genpatches-2.6/trunk/2.6.35/1006_linux-2.6.35.7.patch
7 Modified:
8 genpatches-2.6/trunk/2.6.35/0000_README
9 Log:
10 Linux patch 2.6.35.7
11
12 Modified: genpatches-2.6/trunk/2.6.35/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/2.6.35/0000_README 2010-09-28 00:31:03 UTC (rev 1801)
15 +++ genpatches-2.6/trunk/2.6.35/0000_README 2010-09-29 12:52:11 UTC (rev 1802)
16 @@ -63,6 +63,10 @@
17 From: http://www.kernel.org
18 Desc: Linux 2.6.35.6
19
20 +Patch: 1006_linux-2.6.35.7.patch
21 +From: http://www.kernel.org
22 +Desc: Linux 2.6.35.7
23 +
24 Patch: 1900_create-mount-for-cgroupsfs.patch
25 From: http://bugs.gentoo.org/show_bug.cgi?id=318365
26 Desc: create /sys/fs/cgroup to mount cgroupfs to support systemd
27
28 Added: genpatches-2.6/trunk/2.6.35/1006_linux-2.6.35.7.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/2.6.35/1006_linux-2.6.35.7.patch (rev 0)
31 +++ genpatches-2.6/trunk/2.6.35/1006_linux-2.6.35.7.patch 2010-09-29 12:52:11 UTC (rev 1802)
32 @@ -0,0 +1,13 @@
33 +diff --git a/drivers/xen/events.c b/drivers/xen/events.c
34 +index 14ed358..6830a4d 100644
35 +--- a/drivers/xen/events.c
36 ++++ b/drivers/xen/events.c
37 +@@ -935,7 +935,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,