From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMVMH-0001ql-Mu for qemu-devel@nongnu.org; Tue, 13 Nov 2018 04:51:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMVMC-0006AM-Ns for qemu-devel@nongnu.org; Tue, 13 Nov 2018 04:51:45 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:55240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMVMC-00069R-GW for qemu-devel@nongnu.org; Tue, 13 Nov 2018 04:51:40 -0500 Received: by mail-wm1-x331.google.com with SMTP id r63-v6so11252204wma.4 for ; Tue, 13 Nov 2018 01:51:38 -0800 (PST) References: <20180629145347.652-1-peter.maydell@linaro.org> <20180629145347.652-41-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 13 Nov 2018 10:51:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 40/55] target/arm: Enable SVE for aarch64-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , Peter Maydell , qemu-devel@nongnu.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= On 11/12/18 10:10 PM, Laurent Vivier wrote: > Running some tests for my pull request, I've found this commit breaks > ltp-full-20180515 sigaltstack01 tests with ubuntu arm64/trusty. Hmm. Just noticed this part -- my pass came from ubuntu arm64/bionic. Do you believe that the glibc version plays enough of a part in this? r~