From patchwork Sat Jun 14 19:10:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Hundven X-Patchwork-Id: 359782 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 08CD71400A6 for ; Sun, 15 Jun 2014 05:10:49 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; q=dns; s=default; b=TK0HLX3/Hm1erWBE/GbrsBfQg0v2RcWl4aZXnvOjN/e 97/VPMHcBhqHxbXoJFrAqH34Zyps5U5aFvANZcKePaamR+s+xz+wK94Vppq7g015 +rbrS9QPvTXWsjAJlgmEHuhh4z4Qm4+jIXpg/VzbXyojtyUmHru8FRug8hputXWA = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; s=default; bh=WAvCaa1DcENbKBGPutyY5+Pzrzo=; b=VP6LArrUdEDxKsV28 0tWuiwrM9zbcr+/jlHwBf05YfYk6NoP+ke3f3eyxsHsQ4PeWlRRcXNIZT/7rC+ur L2QJcZw45n2wjNzw4WkbQJYzSjNkfjhMeujasHIProRdmrEe9uMMpR+ic+klmMLA koWr2IYQuALabLhe8QCqYKIg/Q= Received: (qmail 13878 invoked by alias); 14 Jun 2014 19:10:41 -0000 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 Received: (qmail 13868 invoked by uid 89); 14 Jun 2014 19:10:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com Received: from mail-pd0-f173.google.com (HELO mail-pd0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 14 Jun 2014 19:10:39 +0000 Received: by mail-pd0-f173.google.com with SMTP id r10so3129209pdi.32 for ; Sat, 14 Jun 2014 12:10:37 -0700 (PDT) X-Received: by 10.68.143.231 with SMTP id sh7mr12322783pbb.7.1402773037548; Sat, 14 Jun 2014 12:10:37 -0700 (PDT) Received: from [127.0.1.1] (c-67-183-39-242.hsd1.wa.comcast.net. [67.183.39.242]) by mx.google.com with ESMTPSA id h5sm10100709pbw.81.2014.06.14.12.10.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Jun 2014 12:10:36 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH] Update kernel versions X-Mercurial-Node: 1e51d4d14956d19fc19f574bc3e678ee29a4d8bd Message-Id: <1e51d4d14956d19fc19f.1402773006@slurpie> User-Agent: Mercurial-patchbomb/3.0 Date: Sat, 14 Jun 2014 12:10:06 -0700 From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes # HG changeset patch # User Bryan Hundven # Date 1402772745 25200 # Sat Jun 14 12:05:45 2014 -0700 # Node ID 1e51d4d14956d19fc19f574bc3e678ee29a4d8bd # Parent 99029fac116b6cdd86de7015379dd765af77c116 Update kernel versions Add 3.15.0, and update all other branch versions. Signed-off-by: Bryan Hundven --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 99029fac116b -r 1e51d4d14956 config/kernel/linux.in --- a/config/kernel/linux.in Mon May 12 00:09:31 2014 +0200 +++ b/config/kernel/linux.in Sat Jun 14 12:05:45 2014 -0700 @@ -26,13 +26,21 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_15 + bool + prompt "3.15" + +config KERNEL_V_3_14 + bool + prompt "3.14.5" + config KERNEL_V_3_13 bool prompt "3.13.11" config KERNEL_V_3_12 bool - prompt "3.12.18" + prompt "3.12.21" config KERNEL_V_3_11 bool @@ -40,7 +48,7 @@ config KERNEL_V_3_10 bool - prompt "3.10.38 (longterm)" + prompt "3.10.43 (longterm)" config KERNEL_V_3_9 bool @@ -48,7 +56,7 @@ config KERNEL_V_3_8 bool - prompt "3.8.13.9" + prompt "3.8.13" config KERNEL_V_3_7 bool @@ -60,11 +68,11 @@ config KERNEL_V_3_5 bool - prompt "3.5.7.25" + prompt "3.5.7" config KERNEL_V_3_4 bool - prompt "3.4.88 (longterm)" + prompt "3.4.93 (longterm)" config KERNEL_V_3_3 bool @@ -72,7 +80,7 @@ config KERNEL_V_3_2 bool - prompt "3.2.58" + prompt "3.2.60" config KERNEL_V_3_1 bool @@ -171,18 +179,20 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.15" if KERNEL_V_3_15 + default "3.14.7" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 - default "3.12.18" if KERNEL_V_3_12 + default "3.12.22" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.38" if KERNEL_V_3_10 + default "3.10.43" if KERNEL_V_3_10 default "3.9.11" if KERNEL_V_3_9 - default "3.8.13.9" if KERNEL_V_3_8 + default "3.8.13" if KERNEL_V_3_8 default "3.7.10" if KERNEL_V_3_7 default "3.6.11" if KERNEL_V_3_6 - default "3.5.7.25" if KERNEL_V_3_5 - default "3.4.88" if KERNEL_V_3_4 + default "3.5.7" if KERNEL_V_3_5 + default "3.4.93" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.58" if KERNEL_V_3_2 + default "3.2.60" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1 default "3.0.101" if KERNEL_V_3_0 default "2.6.39.4" if KERNEL_V_2_6_39