From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422690AbcBQLld (ORCPT ); Wed, 17 Feb 2016 06:41:33 -0500 Received: from mail.skyhub.de ([78.46.96.112]:58068 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422647AbcBQLlc (ORCPT ); Wed, 17 Feb 2016 06:41:32 -0500 Date: Wed, 17 Feb 2016 12:41:27 +0100 From: Borislav Petkov To: Ingo Molnar Cc: Andy Lutomirski , "linux-kernel@vger.kernel.org" , X86 ML Subject: Re: WARNING: CPU: 0 PID: 3031 at ./arch/x86/include/asm/fpu/internal.h:530 fpu__restore+0x90/0x130() Message-ID: <20160217114127.GD2023@pd.tnic> References: <20160211192741.GG5565@pd.tnic> <20160212170010.GE4099@pd.tnic> <20160215191422.GB32716@pd.tnic> <20160217081646.GA32354@gmail.com> <20160217092911.GA2023@pd.tnic> <20160217093511.GC19001@gmail.com> <20160217103141.GC2023@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160217103141.GC2023@pd.tnic> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2016 at 11:31:41AM +0100, Borislav Petkov wrote: > On Wed, Feb 17, 2016 at 10:35:12AM +0100, Ingo Molnar wrote: > > So it probably triggers on vanilla v4.4 (or v4.5-rc4) as well, with no > > recent FPU bits applied? > > Nope, 4.4 doesn't trigger. Lemme try some of those other commits... Results: tip/x86/fpu: 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs - BAD c6ab109f7e0e x86/fpu: Speed up lazy FPU restores slightly - BAD a20d7297045f x86/fpu: Fold fpu_copy() into fpu__copy() - BAD 5ed73f40735c x86/fpu: Fix FNSAVE usage in eagerfpu mode - BAD 4ecd16ec7059 x86/fpu: Fix math emulation in eager fpu mode - BAD 765bdb406de4 ("Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm") - BAD ... v4.4: GOOD so it must be something else causing it AFAICT. I'll continue trying the -rc's and the tip/master merges to see what causes it. Let me know if you have a better idea. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.