From patchwork Mon Aug 13 16:46:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 957055 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-95199-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="qIof+d+7"; 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 41q1pl16Cnz9s8T for ; Tue, 14 Aug 2018 02:46:54 +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=A6Be6MfaPBAl6XtyEs8e4tldtZY5Q JlU9LHZrHVo+ICBYICAC8bhEbI91+LdA6oWlXtWxOSkd1kb76Oq/YKoP8XcZS7XX Yw8YoDFLFuiwYggavt58vvVQCLVrE1wDQeFY+N3FNLzu0bRlLTPEkYcOq2DbEVxC L4uiq8kD/3TeI0= 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=vGN2F9obSIQu1dVzDohAFQldrpE=; b=qIo f+d+7E/5BQjZ4icEpT+UnPWPCaoIhiVtdBn6mLo3XRxz9YfC+2DZ2DRq4c7lhxuG /kK1SAS8uCalR7RWBc+80MoMq16NYcXJ2fR1Ge0e5Cs+t2/FP76wjSXYWG1+VHUB AYx75vVIlaM8aOHYj5sCdoZT9TTPL/RXnGtjSpm8= Received: (qmail 101286 invoked by alias); 13 Aug 2018 16:46:49 -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 101276 invoked by uid 89); 13 Aug 2018 16:46:48 -0000 Authentication-Results: sourceware.org; auth=none 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=Hx-languages-length:598 X-HELO: relay1.mentorg.com Date: Mon, 13 Aug 2018 16:46:41 +0000 From: Joseph Myers To: Subject: Use Linux 4.18 in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 2018-08-13 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.18. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 8ef463f..6cc9477 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -709,7 +709,7 @@ class Context(object): 'gcc': 'vcs-8', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '4.17', + 'linux': '4.18', 'mpc': '1.1.0', 'mpfr': '4.0.1', 'mig': 'vcs-mainline',