From patchwork Mon Sep 4 15:35:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 809725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-84166-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="i7VOo09K"; dkim-atps=neutral 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 3xmDTC33fNz9t32 for ; Tue, 5 Sep 2017 01:35:59 +1000 (AEST) 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=XtLM86wg8GCeRyvsAccKXERgcyXiQ HH3EIQu4BM7OD8EmzAhbF/Y1cjAPQYoujMJXwWcMZ8cm3P1e5zX6EkzZJ6yLPqGf i1N9g/f7Bx1M/7yVKkekOiRd5a7dneGLM+N8NdUcvh+WcQ8F0IZnP1Y0jC/pp6Vh 4dTFZV6ARg686A= 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=7Ex4+K/tNoCoV7K7rgAQkqwIMCQ=; b=i7V Oo09KpjHGngczI1g6kyep3IfYksuCOqLFEOhZ8OB+TuemhMuluXf6LH5gVtDvtqe fyNqW8jlkCXV4E+G6f3zOkabvOm4yhP4Esv+sUPH116/OJSRHSSmkyjHX/GjE0n5 SgrISlT+t9Mdl9NDT9GWGkpUE1UBVd3gg5DjUwPk= Received: (qmail 25009 invoked by alias); 4 Sep 2017 15:35:53 -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 24998 invoked by uid 89); 4 Sep 2017 15:35:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.5 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: Mon, 4 Sep 2017 15:35:40 +0000 From: Joseph Myers To: Subject: Use Linux 4.13 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-09-04 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.13. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 5fbb564..4c3ac25 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -686,7 +686,7 @@ class Context(object): 'gcc': 'vcs-7', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '4.12', + 'linux': '4.13', 'mpc': '1.0.3', 'mpfr': '3.1.5'} use_versions = {}