From patchwork Fri Sep 21 14:27:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 185747 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id C7EA22C0080 for ; Sat, 22 Sep 2012 00:27:38 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1348842459; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Content-Type:MIME-Version:Content-Transfer-Encoding: Subject:Message-Id:User-Agent:Date:From:To:Cc:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=bAiOL8YFk1vH2yLloI3u 9TCbnFM=; b=LiScXE/hYoE5HocAKs1lnTU1Z/3jBhNFGMe8XojMAcjvoR4k0uIm zWRdXtqDgCwsNXjLaSzAi6WuOYYpw40aKZ7kHljsJX9tjPNS3R+nNMYTBOIeodTH nyoOW/ghk+fH6j493Q5XI0rGSIcTVHbACO1gryDtQcYS6spMtBIw97Q= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:User-Agent:Date:From:To:Cc:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=q5zqXK11VghEORLkKJ9mxie4lw0X+0U/eELyUF4DcV/yiIUAC/VU9O6jKWevdW f9ftRid9gOMHWQYP5At7Lz860Dy3yduwqUH4LFL2o1hiJyYCCq0B9S7HWmVoiW+O gtn7bbndN1q7vA88OFc/SdhFpSqMbOXSUaaeeOHusrllQ=; Received: (qmail 19839 invoked by alias); 21 Sep 2012 14:27:35 -0000 Received: (qmail 19830 invoked by uid 22791); 21 Sep 2012 14:27:34 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from zose-mta15.web4all.fr (HELO zose-mta15.web4all.fr) (176.31.217.11) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Sep 2012 14:27:22 +0000 Received: from localhost (localhost [127.0.0.1]) by zose-mta15.web4all.fr (Postfix) with ESMTP id 8417F320F9; Fri, 21 Sep 2012 16:30:19 +0200 (CEST) Received: from zose-mta15.web4all.fr ([127.0.0.1]) by localhost (zose-mta15.web4all.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oZwzbjtixhin; Fri, 21 Sep 2012 16:30:18 +0200 (CEST) Received: from [127.0.1.1] (cie44-1-88-188-188-98.fbx.proxad.net [88.188.188.98]) by zose-mta15.web4all.fr (Postfix) with ESMTPA id 3E15A320F8; Fri, 21 Sep 2012 16:30:18 +0200 (CEST) MIME-Version: 1.0 Subject: [PATCH] kernel/linux: update revisions X-Mercurial-Node: f87414d1b7f0d5d417b7150eea300a6083d0df20 Message-Id: User-Agent: Mercurial-patchbomb/2.0.2 Date: Fri, 21 Sep 2012 16:27:15 +0200 From: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org # HG changeset patch # User "Benoît Thébaudeau" # Date 1348237570 -7200 # Node ID f87414d1b7f0d5d417b7150eea300a6083d0df20 # Parent 06b663f297adb76149f089136a78e7d5999c63bd kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" 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_5_4 + bool + prompt "3.5.4" + +config KERNEL_V_3_5_3 + bool + prompt "3.5.3" + config KERNEL_V_3_5_2 bool prompt "3.5.2" @@ -38,25 +46,25 @@ bool prompt "3.5" -config KERNEL_V_3_4_9 +config KERNEL_V_3_4_11 bool - prompt "3.4.9" + prompt "3.4.11" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_28 +config KERNEL_V_3_2_30 bool - prompt "3.2.28" + prompt "3.2.30" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_41 +config KERNEL_V_3_0_43 bool - prompt "3.0.41" + prompt "3.0.43" config KERNEL_V_2_6_39_4 bool @@ -147,14 +155,16 @@ 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.9" if KERNEL_V_3_4_9 + default "3.4.11" if KERNEL_V_3_4_11 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.28" if KERNEL_V_3_2_28 + default "3.2.30" if KERNEL_V_3_2_30 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.41" if KERNEL_V_3_0_41 + default "3.0.43" if KERNEL_V_3_0_43 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