Gentoo Archives: gentoo-commits

From: "Stratos Psomadakis (psomas)" <psomas@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2041 - genpatches-2.6/trunk/3.0
Date: Tue, 03 Jan 2012 20:24:54
Message-Id: 20120103202443.B31692004B@flycatcher.gentoo.org
1 Author: psomas
2 Date: 2012-01-03 20:24:43 +0000 (Tue, 03 Jan 2012)
3 New Revision: 2041
4
5 Added:
6 genpatches-2.6/trunk/3.0/1014_linux-3.0.15.patch
7 Modified:
8 genpatches-2.6/trunk/3.0/0000_README
9 Log:
10 Linux patch 3.0.15
11
12 Modified: genpatches-2.6/trunk/3.0/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/3.0/0000_README 2012-01-03 20:24:02 UTC (rev 2040)
15 +++ genpatches-2.6/trunk/3.0/0000_README 2012-01-03 20:24:43 UTC (rev 2041)
16 @@ -95,6 +95,10 @@
17 From: http://www.kernel.org
18 Desc: Linux 3.0.14
19
20 +Patch: 1014_linux-3.0.15.patch
21 +From: http://www.kernel.org
22 +Desc: Linux 3.0.15
23 +
24 Patch: 1800_fix-zcache-build.patch
25 From: http://bugs.gentoo.org/show_bug.cgi?id=376325
26 Desc: Fix zcache build error
27
28 Added: genpatches-2.6/trunk/3.0/1014_linux-3.0.15.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/3.0/1014_linux-3.0.15.patch (rev 0)
31 +++ genpatches-2.6/trunk/3.0/1014_linux-3.0.15.patch 2012-01-03 20:24:43 UTC (rev 2041)
32 @@ -0,0 +1,24 @@
33 +diff --git a/Makefile b/Makefile
34 +index f4f577b..5b8c185 100644
35 +--- a/Makefile
36 ++++ b/Makefile
37 +@@ -1,6 +1,6 @@
38 + VERSION = 3
39 + PATCHLEVEL = 0
40 +-SUBLEVEL = 14
41 ++SUBLEVEL = 15
42 + EXTRAVERSION =
43 + NAME = Sneaky Weasel
44 +
45 +diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
46 +index 13dfaab..e4c699d 100644
47 +--- a/kernel/time/clockevents.c
48 ++++ b/kernel/time/clockevents.c
49 +@@ -286,7 +286,6 @@ void clockevents_exchange_device(struct clock_event_device *old,
50 + * released list and do a notify add later.
51 + */
52 + if (old) {
53 +- old->event_handler = clockevents_handle_noop;
54 + clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED);
55 + list_del(&old->list);
56 + list_add(&old->list, &clockevents_released);