Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752155AbbHQX7j (ORCPT ); Mon, 17 Aug 2015 19:59:39 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:36809 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750892AbbHQX7i (ORCPT ); Mon, 17 Aug 2015 19:59:38 -0400 MIME-Version: 1.0 In-Reply-To: <20150817080143.GA16928@gmail.com> References: <20150814071500.GA2678@gmail.com> <20150817080143.GA16928@gmail.com> From: Andy Lutomirski Date: Mon, 17 Aug 2015 16:59:18 -0700 Message-ID: Subject: Re: [GIT PULL] x86 fixes To: Ingo Molnar Cc: Linus Torvalds , Juergen Gross , Andy Lutomirski , Linux Kernel Mailing List , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Brian Gerst , Denys Vlasenko , Andrew Morton Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 939 Lines: 21 On Mon, Aug 17, 2015 at 1:01 AM, Ingo Molnar wrote: > So when I re-introduced static allocations math-emu started working again, to a > limited degree: on a modern distro, trying to boot /bin/bash I got a prompt, but > various programs would segfault. I did not investigate it any deeper, I suppose > the FPU emulation does not go far enough for modern user-space, or maybe it has > more bugs. > Were you testing with just no387 or did you run a VM with SSE2 and such turned off? There's a *lot* of userspace that incorrectly checks for instructions without checking for the state support. I've filed bugs against libgcc for this and they're still not fixed IIRC. --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/