From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115806 invoked by alias); 12 Jun 2018 14:51:51 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 115788 invoked by uid 89); 12 Jun 2018 14:51:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=interest, HContent-Transfer-Encoding:8bit X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Jun 2018 14:51:49 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w5CEph1N004390 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 12 Jun 2018 10:51:47 -0400 Received: by simark.ca (Postfix, from userid 112) id 265F91EF2A; Tue, 12 Jun 2018 10:51:43 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 1533C1E481; Tue, 12 Jun 2018 10:51:42 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 12 Jun 2018 14:51:00 -0000 From: Simon Marchi To: Alan Hayward Cc: GDB Patches , Simon Marchi , nd , Sergio Durigan Junior Subject: Re: [PATCH v2 02/10] Add Aarch64 SVE Linux headers In-Reply-To: References: <20180606151629.36602-1-alan.hayward@arm.com> <20180606151629.36602-3-alan.hayward@arm.com> <9FBBFBF2-9363-49AA-8BC3-20E4E0AFBFED@arm.com> <5862fa9c22cc48d86256686e74d60f20@polymtl.ca> <82743c0795488492486076685b9f8828@polymtl.ca> Message-ID: <93f7cb8434f463508b3fc3cfbcd29ef0@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Tue, 12 Jun 2018 14:51:43 +0000 X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00309.txt.bz2 On 2018-06-12 10:37, Alan Hayward wrote: > Sorry, I did miss this one (I think I sent my reply to the previous > one more or less the same time you sent this). > > If I commit this, (I think) this is going to cause buildbot to break > for the aarch64 builds. > (Out of interest - I’ve heard people say they tested on buildbot. Are > there some instructions for doing that? I can try it out.) Hmm you're right. Though maybe we can have additional commands/configure options specific to the aarch64 builders? They could download a kernel tarball, install the headers somewhere (that doesn't take long, no need to build the kernel) and point to them. Sergio, would that be possible/a good idea? See this for the Buildbot, in particular the try jobs: https://sourceware.org/gdb/wiki/BuildBot > I suspect updating buildbot is also not a quick fix. I don't think updating the kernel on the AArch64 machines is an option, but we have control over what the buildbot does. > If all that’s not ok (I suspect not), I’ll have a quick word with the > more legal aware people on my side, see if there is any opinion. Ok, thanks. Simon