public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] kernel/linux: update revisions
@ 2013-03-14 21:06 Benoît Thébaudeau
  2013-03-16 15:50 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2013-03-14 21:06 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1363295013 -3600
# Node ID 14c04210a1dc18f3c67841107d431a346ced1fad
# Parent  cbaf37cc20b7acb900e503020210359ff42e2189
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,13 +26,25 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_8_3
+    bool
+    prompt "3.8.3"
+
+config KERNEL_V_3_8_2
+    bool
+    prompt "3.8.2"
+
+config KERNEL_V_3_8_1
+    bool
+    prompt "3.8.1"
+
 config KERNEL_V_3_8
     bool
     prompt "3.8"
 
 config KERNEL_V_3_7
     bool
-    prompt "3.7.9"
+    prompt "3.7.10"
 
 config KERNEL_V_3_6
     bool
@@ -44,7 +56,7 @@
 
 config KERNEL_V_3_4
     bool
-    prompt "3.4.33"
+    prompt "3.4.36"
 
 config KERNEL_V_3_3
     bool
@@ -52,7 +64,7 @@
 
 config KERNEL_V_3_2
     bool
-    prompt "3.2.39"
+    prompt "3.2.40"
 
 config KERNEL_V_3_1
     bool
@@ -60,7 +72,7 @@
 
 config KERNEL_V_3_0
     bool
-    prompt "3.0.66"
+    prompt "3.0.69"
 
 config KERNEL_V_2_6_39
     bool
@@ -151,15 +163,18 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.8.3" if KERNEL_V_3_8_3
+    default "3.8.2" if KERNEL_V_3_8_2
+    default "3.8.1" if KERNEL_V_3_8_1
     default "3.8" if KERNEL_V_3_8
-    default "3.7.9" if KERNEL_V_3_7
+    default "3.7.10" if KERNEL_V_3_7
     default "3.6.11" if KERNEL_V_3_6
     default "3.5.7" if KERNEL_V_3_5
-    default "3.4.33" if KERNEL_V_3_4
+    default "3.4.36" if KERNEL_V_3_4
     default "3.3.8" if KERNEL_V_3_3
-    default "3.2.39" if KERNEL_V_3_2
+    default "3.2.40" if KERNEL_V_3_2
     default "3.1.10" if KERNEL_V_3_1
-    default "3.0.66" if KERNEL_V_3_0
+    default "3.0.69" if KERNEL_V_3_0
     default "2.6.39.4" if KERNEL_V_2_6_39
     default "2.6.38.8" if KERNEL_V_2_6_38
     default "2.6.37.6" if KERNEL_V_2_6_37

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] kernel/linux: update revisions
@ 2013-04-11 13:26 Benoît Thébaudeau
  2013-04-12 21:12 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2013-04-11 13:26 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1365686686 -7200
# Node ID 435dcc4cade342ab9ee0dbc8fbab11df0dc6ca96
# Parent  0fc56e62cecf07e4cdaf866ee24d6893c4ade436
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,18 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_8_6
+    bool
+    prompt "3.8.6"
+
+config KERNEL_V_3_8_5
+    bool
+    prompt "3.8.5"
+
+config KERNEL_V_3_8_4
+    bool
+    prompt "3.8.4"
+
 config KERNEL_V_3_8_3
     bool
     prompt "3.8.3"
@@ -56,7 +68,7 @@
 
 config KERNEL_V_3_4
     bool
-    prompt "3.4.36"
+    prompt "3.4.39"
 
 config KERNEL_V_3_3
     bool
@@ -64,7 +76,7 @@
 
 config KERNEL_V_3_2
     bool
-    prompt "3.2.40"
+    prompt "3.2.43"
 
 config KERNEL_V_3_1
     bool
@@ -72,7 +84,7 @@
 
 config KERNEL_V_3_0
     bool
-    prompt "3.0.69"
+    prompt "3.0.72"
 
 config KERNEL_V_2_6_39
     bool
@@ -163,6 +175,9 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.8.6" if KERNEL_V_3_8_6
+    default "3.8.5" if KERNEL_V_3_8_5
+    default "3.8.4" if KERNEL_V_3_8_4
     default "3.8.3" if KERNEL_V_3_8_3
     default "3.8.2" if KERNEL_V_3_8_2
     default "3.8.1" if KERNEL_V_3_8_1
@@ -170,11 +185,11 @@
     default "3.7.10" if KERNEL_V_3_7
     default "3.6.11" if KERNEL_V_3_6
     default "3.5.7" if KERNEL_V_3_5
-    default "3.4.36" if KERNEL_V_3_4
+    default "3.4.39" if KERNEL_V_3_4
     default "3.3.8" if KERNEL_V_3_3
-    default "3.2.40" if KERNEL_V_3_2
+    default "3.2.43" if KERNEL_V_3_2
     default "3.1.10" if KERNEL_V_3_1
-    default "3.0.69" if KERNEL_V_3_0
+    default "3.0.72" if KERNEL_V_3_0
     default "2.6.39.4" if KERNEL_V_2_6_39
     default "2.6.38.8" if KERNEL_V_2_6_38
     default "2.6.37.6" if KERNEL_V_2_6_37

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] kernel/linux: update revisions
@ 2013-02-19 12:10 Benoît Thébaudeau
  2013-02-24 17:19 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2013-02-19 12:10 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1361275629 -3600
# Node ID 125b3612bbefcb57166b96cc646975a36b227578
# Parent  4e8bfe85da61bc8d9788b24d86d490c731736844
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,21 +26,13 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config KERNEL_V_3_7_3
+config KERNEL_V_3_8
     bool
-    prompt "3.7.3"
-
-config KERNEL_V_3_7_2
-    bool
-    prompt "3.7.2"
-
-config KERNEL_V_3_7_1
-    bool
-    prompt "3.7.1"
+    prompt "3.8"
 
 config KERNEL_V_3_7
     bool
-    prompt "3.7"
+    prompt "3.7.9"
 
 config KERNEL_V_3_6
     bool
@@ -52,7 +44,7 @@
 
 config KERNEL_V_3_4
     bool
-    prompt "3.4.26"
+    prompt "3.4.32"
 
 config KERNEL_V_3_3
     bool
@@ -60,7 +52,7 @@
 
 config KERNEL_V_3_2
     bool
-    prompt "3.2.37"
+    prompt "3.2.38"
 
 config KERNEL_V_3_1
     bool
@@ -68,7 +60,7 @@
 
 config KERNEL_V_3_0
     bool
-    prompt "3.0.59"
+    prompt "3.0.65"
 
 config KERNEL_V_2_6_39
     bool
@@ -159,17 +151,15 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "3.7.3" if KERNEL_V_3_7_3
-    default "3.7.2" if KERNEL_V_3_7_2
-    default "3.7.1" if KERNEL_V_3_7_1
-    default "3.7" if KERNEL_V_3_7
+    default "3.8" if KERNEL_V_3_8
+    default "3.7.9" if KERNEL_V_3_7
     default "3.6.11" if KERNEL_V_3_6
     default "3.5.7" if KERNEL_V_3_5
-    default "3.4.26" if KERNEL_V_3_4
+    default "3.4.32" if KERNEL_V_3_4
     default "3.3.8" if KERNEL_V_3_3
-    default "3.2.37" if KERNEL_V_3_2
+    default "3.2.38" if KERNEL_V_3_2
     default "3.1.10" if KERNEL_V_3_1
-    default "3.0.59" if KERNEL_V_3_0
+    default "3.0.65" if KERNEL_V_3_0
     default "2.6.39.4" if KERNEL_V_2_6_39
     default "2.6.38.8" if KERNEL_V_2_6_38
     default "2.6.37.6" if KERNEL_V_2_6_37

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] kernel/linux: update revisions
@ 2013-01-18 14:18 Benoît Thébaudeau
  2013-01-19 16:19 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2013-01-18 14:18 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1358518513 -3600
# Node ID df032717ca91dc9cc8765a34d775f90791962090
# Parent  5a534736f62f0f5efaf7e5226c0ed286de51dbb9
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,14 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_7_3
+    bool
+    prompt "3.7.3"
+
+config KERNEL_V_3_7_2
+    bool
+    prompt "3.7.2"
+
 config KERNEL_V_3_7_1
     bool
     prompt "3.7.1"
@@ -42,25 +50,25 @@
     bool
     prompt "3.5.7"
 
-config KERNEL_V_3_4_24
+config KERNEL_V_3_4_26
     bool
-    prompt "3.4.24"
+    prompt "3.4.26"
 
 config KERNEL_V_3_3_8
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_36
+config KERNEL_V_3_2_37
     bool
-    prompt "3.2.36"
+    prompt "3.2.37"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_57
+config KERNEL_V_3_0_59
     bool
-    prompt "3.0.57"
+    prompt "3.0.59"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -151,15 +159,17 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.7.3" if KERNEL_V_3_7_3
+    default "3.7.2" if KERNEL_V_3_7_2
     default "3.7.1" if KERNEL_V_3_7_1
     default "3.7" if KERNEL_V_3_7
     default "3.6.11" if KERNEL_V_3_6_11
     default "3.5.7" if KERNEL_V_3_5_7
-    default "3.4.24" if KERNEL_V_3_4_24
+    default "3.4.26" if KERNEL_V_3_4_26
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.36" if KERNEL_V_3_2_36
+    default "3.2.37" if KERNEL_V_3_2_37
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.57" if KERNEL_V_3_0_57
+    default "3.0.59" if KERNEL_V_3_0_59
     default "2.6.39.4" if KERNEL_V_2_6_39_4
     default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] kernel/linux: update revisions
@ 2012-12-11 11:56 Benoît Thébaudeau
  2012-12-16 17:08 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2012-12-11 11:56 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1355226845 -3600
# Node ID 515f9ed69f58a0af21e92bdcddafb1608a4fc15b
# Parent  3829050af02adff0e54fb0cf93844c3fab553873
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,57 +26,37 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config KERNEL_V_3_6_6
+config KERNEL_V_3_7
     bool
-    prompt "3.6.6"
+    prompt "3.7"
 
-config KERNEL_V_3_6_5
+config KERNEL_V_3_6_10
     bool
-    prompt "3.6.5"
-
-config KERNEL_V_3_6_4
-    bool
-    prompt "3.6.4"
-
-config KERNEL_V_3_6_3
-    bool
-    prompt "3.6.3"
-
-config KERNEL_V_3_6_2
-    bool
-    prompt "3.6.2"
-
-config KERNEL_V_3_6_1
-    bool
-    prompt "3.6.1"
-
-config KERNEL_V_3_6
-    bool
-    prompt "3.6"
+    prompt "3.6.10"
 
 config KERNEL_V_3_5_7
     bool
     prompt "3.5.7"
 
-config KERNEL_V_3_4_18
+config KERNEL_V_3_4_23
     bool
-    prompt "3.4.18"
+    prompt "3.4.23"
 
 config KERNEL_V_3_3_8
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_33
+config KERNEL_V_3_2_35
     bool
-    prompt "3.2.33"
+    prompt "3.2.35"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_51
+config KERNEL_V_3_0_56
     bool
-    prompt "3.0.51"
+    prompt "3.0.56"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -167,19 +147,14 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "3.6.6" if KERNEL_V_3_6_6
-    default "3.6.5" if KERNEL_V_3_6_5
-    default "3.6.4" if KERNEL_V_3_6_4
-    default "3.6.3" if KERNEL_V_3_6_3
-    default "3.6.2" if KERNEL_V_3_6_2
-    default "3.6.1" if KERNEL_V_3_6_1
-    default "3.6" if KERNEL_V_3_6
+    default "3.7" if KERNEL_V_3_7
+    default "3.6.10" if KERNEL_V_3_6_10
     default "3.5.7" if KERNEL_V_3_5_7
-    default "3.4.18" if KERNEL_V_3_4_18
+    default "3.4.23" if KERNEL_V_3_4_23
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.33" if KERNEL_V_3_2_33
+    default "3.2.35" if KERNEL_V_3_2_35
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.51" if KERNEL_V_3_0_51
+    default "3.0.56" if KERNEL_V_3_0_56
     default "2.6.39.4" if KERNEL_V_2_6_39_4
     default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] kernel/linux: update revisions
@ 2012-11-15 19:53 Benoît Thébaudeau
  2012-11-15 20:12 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2012-11-15 19:53 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1353009091 -3600
# Node ID 4b669b1e51901b6ec6b1391fdd266a74ef9f9116
# Parent  6cb56b3f2d344c07bcbde1f51a7d3a4b8e750942
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,18 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_6_6
+    bool
+    prompt "3.6.6"
+
+config KERNEL_V_3_6_5
+    bool
+    prompt "3.6.5"
+
+config KERNEL_V_3_6_4
+    bool
+    prompt "3.6.4"
+
 config KERNEL_V_3_6_3
     bool
     prompt "3.6.3"
@@ -46,25 +58,25 @@
     bool
     prompt "3.5.7"
 
-config KERNEL_V_3_4_15
+config KERNEL_V_3_4_18
     bool
-    prompt "3.4.15"
+    prompt "3.4.18"
 
 config KERNEL_V_3_3_8
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_32
+config KERNEL_V_3_2_33
     bool
-    prompt "3.2.32"
+    prompt "3.2.33"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_48
+config KERNEL_V_3_0_51
     bool
-    prompt "3.0.48"
+    prompt "3.0.51"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -155,16 +167,19 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.6.6" if KERNEL_V_3_6_6
+    default "3.6.5" if KERNEL_V_3_6_5
+    default "3.6.4" if KERNEL_V_3_6_4
     default "3.6.3" if KERNEL_V_3_6_3
     default "3.6.2" if KERNEL_V_3_6_2
     default "3.6.1" if KERNEL_V_3_6_1
     default "3.6" if KERNEL_V_3_6
     default "3.5.7" if KERNEL_V_3_5_7
-    default "3.4.15" if KERNEL_V_3_4_15
+    default "3.4.18" if KERNEL_V_3_4_18
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.32" if KERNEL_V_3_2_32
+    default "3.2.33" if KERNEL_V_3_2_33
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.48" if KERNEL_V_3_0_48
+    default "3.0.51" if KERNEL_V_3_0_51
     default "2.6.39.4" if KERNEL_V_2_6_39_4
     default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] kernel/linux: update revisions
@ 2012-10-11 14:15 Benoît Thébaudeau
  2012-10-11 18:51 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2012-10-11 14:15 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1349964695 -7200
# Node ID efc60d787e571c37eef17f0054baaad70fceb79f
# Parent  3bc371c2881fe2179808a0ebaceb1cbe4d8215bd
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,45 +26,37 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config KERNEL_V_3_5_4
+config KERNEL_V_3_6_1
     bool
-    prompt "3.5.4"
+    prompt "3.6.1"
 
-config KERNEL_V_3_5_3
+config KERNEL_V_3_6
     bool
-    prompt "3.5.3"
+    prompt "3.6"
 
-config KERNEL_V_3_5_2
+config KERNEL_V_3_5_6
     bool
-    prompt "3.5.2"
+    prompt "3.5.6"
 
-config KERNEL_V_3_5_1
+config KERNEL_V_3_4_13
     bool
-    prompt "3.5.1"
-
-config KERNEL_V_3_5
-    bool
-    prompt "3.5"
-
-config KERNEL_V_3_4_11
-    bool
-    prompt "3.4.11"
+    prompt "3.4.13"
 
 config KERNEL_V_3_3_8
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_30
+config KERNEL_V_3_2_31
     bool
-    prompt "3.2.30"
+    prompt "3.2.31"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_43
+config KERNEL_V_3_0_45
     bool
-    prompt "3.0.43"
+    prompt "3.0.45"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -90,9 +82,9 @@
       .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
       is welcome to use this one as well.
 
-config KERNEL_V_2_6_32_59
+config KERNEL_V_2_6_32_60
     bool
-    prompt "2.6.32.59 (longterm)"
+    prompt "2.6.32.60 (longterm)"
     help
       The Linux 2.6.32 tree is a "longterm" maintenance branch.
       
@@ -155,22 +147,20 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "3.5.4" if KERNEL_V_3_5_4
-    default "3.5.3" if KERNEL_V_3_5_3
-    default "3.5.2" if KERNEL_V_3_5_2
-    default "3.5.1" if KERNEL_V_3_5_1
-    default "3.5" if KERNEL_V_3_5
-    default "3.4.11" if KERNEL_V_3_4_11
+    default "3.6.1" if KERNEL_V_3_6_1
+    default "3.6" if KERNEL_V_3_6
+    default "3.5.6" if KERNEL_V_3_5_6
+    default "3.4.13" if KERNEL_V_3_4_13
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.30" if KERNEL_V_3_2_30
+    default "3.2.31" if KERNEL_V_3_2_31
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.43" if KERNEL_V_3_0_43
+    default "3.0.45" if KERNEL_V_3_0_45
     default "2.6.39.4" if KERNEL_V_2_6_39_4
     default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6
     default "2.6.36.4" if KERNEL_V_2_6_36_4
     default "2.6.33.20" if KERNEL_V_2_6_33_20
-    default "2.6.32.59" if KERNEL_V_2_6_32_59
+    default "2.6.32.60" if KERNEL_V_2_6_32_60
     default "2.6.31.14" if KERNEL_V_2_6_31_14
     default "2.6.27.62" if KERNEL_V_2_6_27_62
     default "custom" if KERNEL_LINUX_CUSTOM

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-12 21:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-14 21:06 [PATCH] kernel/linux: update revisions Benoît Thébaudeau
2013-03-16 15:50 ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 13:26 [PATCH] " Benoît Thébaudeau
2013-04-12 21:12 ` Yann E. MORIN
2013-02-19 12:10 [PATCH] " Benoît Thébaudeau
2013-02-24 17:19 ` Yann E. MORIN
2013-01-18 14:18 [PATCH] " Benoît Thébaudeau
2013-01-19 16:19 ` Yann E. MORIN
2012-12-11 11:56 [PATCH] " Benoît Thébaudeau
2012-12-16 17:08 ` Yann E. MORIN
2012-11-15 19:53 [PATCH] " Benoît Thébaudeau
2012-11-15 20:12 ` Yann E. MORIN
2012-10-11 14:15 [PATCH] " Benoît Thébaudeau
2012-10-11 18:51 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).