From patchwork Thu Oct 11 14:14:30 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: 190917 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 3BD0B2C008A for ; Fri, 12 Oct 2012 01:15:18 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1350569718; 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=uBd924mbBcS6c/rc24oq r+3xkNY=; b=CFqN88cyWRXwumojgWWY8+cn1MwiN/gunR/5hday8DMXtAHVd5jB H7n281LNr7UbcNrhKgcRX65y2QZK+txD3p/yeheWzK6ArfHkLhaVl/nK1U1QPzqQ TTkCnPXVlVf0xU3ud1CnoHRtvcM2uoLQsaYYQ1wOZfPPi3HNE8nnmWo= 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=ZJ/WeumYSPfn0eKDnhupqfmCN81CgXf8qPFQj8Tf+CJfVZfUXAjZbcCt1umO2o 5MJjpYjmVBaHOls3QYWUqvljRhfaqFIdsKQRrOmBrJ/QTCgwdqgjI3h2NwSBKWWF YAK/auqjmi27eHTO4BmuEXRocmx5fZRAXvijtCJ7UmkFU=; Received: (qmail 24659 invoked by alias); 11 Oct 2012 14:15:08 -0000 Received: (qmail 24613 invoked by uid 22791); 11 Oct 2012 14:15:04 -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-mta12.web4all.fr (HELO zose-mta12.web4all.fr) (178.33.204.89) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Oct 2012 14:15:01 +0000 Received: from localhost (localhost [127.0.0.1]) by zose-mta12.web4all.fr (Postfix) with ESMTP id 67CEC9087D; Thu, 11 Oct 2012 16:18:08 +0200 (CEST) Received: from zose-mta12.web4all.fr ([127.0.0.1]) by localhost (zose-mta12.web4all.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qKbpqZm06AhV; Thu, 11 Oct 2012 16:18:07 +0200 (CEST) Received: from [127.0.1.1] (cie44-1-88-188-188-98.fbx.proxad.net [88.188.188.98]) by zose-mta12.web4all.fr (Postfix) with ESMTPA id B44B0904EF; Thu, 11 Oct 2012 16:18:07 +0200 (CEST) MIME-Version: 1.0 Subject: [PATCH] kernel/linux: update revisions X-Mercurial-Node: efc60d787e571c37eef17f0054baaad70fceb79f Message-Id: User-Agent: Mercurial-patchbomb/2.0.2 Date: Thu, 11 Oct 2012 16:14:30 +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 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" 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