Gentoo Archives: gentoo-commits

From: "Daniel Drake (dsd)" <dsd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1262 - genpatches-2.6/trunk/2.6.24
Date: Tue, 26 Feb 2008 15:41:10
Message-Id: E1JU1tj-00010L-5m@stork.gentoo.org
1 Author: dsd
2 Date: 2008-02-26 15:39:14 +0000 (Tue, 26 Feb 2008)
3 New Revision: 1262
4
5 Added:
6 genpatches-2.6/trunk/2.6.24/2000_no-if-addrlabel.patch
7 Modified:
8 genpatches-2.6/trunk/2.6.24/0000_README
9 Log:
10 Remove bogus unifdef entry added in 2.6.24.3
11
12 Modified: genpatches-2.6/trunk/2.6.24/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/2.6.24/0000_README 2008-02-26 15:36:51 UTC (rev 1261)
15 +++ genpatches-2.6/trunk/2.6.24/0000_README 2008-02-26 15:39:14 UTC (rev 1262)
16 @@ -55,6 +55,10 @@
17 From: http://bugs.gentoo.org/187175
18 Desc: Fix GCC 4.2 compile failure on alpha/ia64/ppc64
19
20 +Patch: 2000_no-if-addrlabel.patch
21 +From: Linux kernel mailing list
22 +Desc: Remove bogus unifdef entry added in 2.6.24.3
23 +
24 Patch: 2100_sd-sr-medium-detection.patch
25 From: http://bugs.gentoo.org/196879
26 Desc: Add early medium-not-present detection in sr/sd drivers
27
28 Added: genpatches-2.6/trunk/2.6.24/2000_no-if-addrlabel.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/2.6.24/2000_no-if-addrlabel.patch (rev 0)
31 +++ genpatches-2.6/trunk/2.6.24/2000_no-if-addrlabel.patch 2008-02-26 15:39:14 UTC (rev 1262)
32 @@ -0,0 +1,18 @@
33 +
34 +From: Daniel Drake <dsd@g.o>
35 +
36 +2.6.24.3 added an unifdef entry for a header file that does not exist
37 +in the 2.6.24 tree. Remove it.
38 +
39 +Index: linux-2.6.24-gentoo-r3/include/linux/Kbuild
40 +===================================================================
41 +--- linux-2.6.24-gentoo-r3.orig/include/linux/Kbuild
42 ++++ linux-2.6.24-gentoo-r3/include/linux/Kbuild
43 +@@ -217,7 +217,6 @@ unifdef-y += i2o-dev.h
44 + unifdef-y += icmp.h
45 + unifdef-y += icmpv6.h
46 + unifdef-y += if_addr.h
47 +-unifdef-y += if_addrlabel.h
48 + unifdef-y += if_arp.h
49 + unifdef-y += if_bridge.h
50 + unifdef-y += if_ec.h
51
52 --
53 gentoo-commits@l.g.o mailing list