From patchwork Wed Feb 22 17:10:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 731225 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 3vT3mj55fGz9s2G for ; Thu, 23 Feb 2017 04:11:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="QywcWkBm"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=gfzWkvZMCLEgJeMMRiiIWwMhTpyEJ ddscHOw8OyiqAGiakXSjQgrVwa5hjPz/G9aEMQzekJ6d9+tdF63kzeZPGoGRoPID VGVkQhn9O9qTXfMVWzjFX6KJtOmDKNQXLF3c9Db/oUD6TwGhdV5okEyN1IT4yPWG WYPd27CoSXSdsE= 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:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=o7yKJixN/sQzXvRv5jGuJ86k8J8=; b=Qyw cWkBmtJ+RiyqLVKxAC71U0jdTEOYMlPp9O8yACgNA0I6RcKZ8JbxPEc38j4KrV6W 8asTHIiOKwie3+PYf3v+NvdWiAkiCFNPRQ//XpWiP/5z3AaEmBe5cghbcxbXqUx7 Xi2zUV3tmgr+yZ2WzrwVn3GW05y4vDpuLbovQ2Hs= Received: (qmail 56824 invoked by alias); 22 Feb 2017 17:11:10 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 56807 invoked by uid 89); 22 Feb 2017 17:11:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Wed, 22 Feb 2017 17:10:58 +0000 From: Joseph Myers To: Subject: Use Linux 4.10 in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 2017-02-22 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.10. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 4f724ce..4330f7f 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -699,7 +699,7 @@ class Context(object): 'gcc': 'vcs-6', 'glibc': 'vcs-mainline', 'gmp': '6.1.1', - 'linux': '4.9', + 'linux': '4.10', 'mpc': '1.0.3', 'mpfr': '3.1.5'} use_versions = {}