public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org
Subject: [PATCH] kernel/linux: update revisions
Date: Tue, 19 Feb 2013 12:10:00 -0000	[thread overview]
Message-ID: <125b3612bbefcb57166b.1361275815@advdt005-ubuntu> (raw)

# 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

             reply	other threads:[~2013-02-19 12:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-19 12:10 Benoît Thébaudeau [this message]
2013-02-24 17:19 ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 13:26 [PATCH] " Benoît Thébaudeau
2013-03-14 21:06 Benoît Thébaudeau
2013-01-18 14:18 Benoît Thébaudeau
2012-12-11 11:56 Benoît Thébaudeau
2012-11-15 19:53 Benoît Thébaudeau
2012-10-11 14:15 Benoît Thébaudeau
2012-09-21 14:27 Benoît Thébaudeau
2012-09-22 22:46 ` Yann E. MORIN
2012-08-20 18:30 Benoît Thébaudeau
2012-07-23 14:06 Benoît Thébaudeau
2012-07-24  6:54 ` Yann E. MORIN
2012-07-13 10:38 Benoît Thébaudeau
2012-06-18 11:38 Benoît Thébaudeau
2012-06-18 21:25 ` Yann E. MORIN
     [not found] <415796800.1390123.1337966510910.JavaMail.root@advansee.com>
2012-05-25 17:18 ` Benoît Thébaudeau
2012-05-29 19:06   ` Yann E. MORIN
2012-04-16 12:59 Benoît Thébaudeau
2012-04-16 21:09 ` Yann E. MORIN
2012-04-30 12:46 ` Yann E. MORIN
2012-03-15 12:07 Benoît Thébaudeau
2012-03-15 18:48 ` Yann E. MORIN
2012-02-09 12:02 Benoît Thébaudeau
2012-02-09 20:59 ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=125b3612bbefcb57166b.1361275815@advdt005-ubuntu \
    --to=benoit.thebaudeau@advansee.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).