Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933628AbbELRqu (ORCPT ); Tue, 12 May 2015 13:46:50 -0400 Received: from mga11.intel.com ([192.55.52.93]:31543 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933560AbbELRqi (ORCPT ); Tue, 12 May 2015 13:46:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,416,1427785200"; d="scan'208";a="693799757" Message-ID: <55523C7C.8000300@linux.intel.com> Date: Tue, 12 May 2015 10:46:36 -0700 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ingo Molnar , linux-kernel@vger.kernel.org CC: Andy Lutomirski , Borislav Petkov , Fenghua Yu , "H. Peter Anvin" , Linus Torvalds , Oleg Nesterov , Thomas Gleixner Subject: Re: [PATCH 000/208] big x86 FPU code rewrite References: <1430848712-28064-1-git-send-email-mingo@kernel.org> In-Reply-To: <1430848712-28064-1-git-send-email-mingo@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2205 Lines: 39 Hey Ingo, This throws a warning if I try to run one of my MPX programs: > [ 22.907739] ------------[ cut here ]------------ > [ 22.907776] WARNING: CPU: 0 PID: 500 at /home/davehans/linux.git/arch/x86/kernel/fpu/core.c:324 fpu__activate_stopped+0x87/0x90() > [ 22.907836] Modules linked in: > [ 22.907859] CPU: 0 PID: 500 Comm: mpx-mini-test-v Not tainted 4.1.0-rc2-00208-ga9a0b36 #1181 > [ 22.907901] Hardware name: Intel Corporation > [ 22.907958] ffffffff81c5e4d0 ffff880166bff988 ffffffff817fb4de 0000000000000000 > [ 22.908005] 0000000000000000 ffff880166bff9c8 ffffffff810a7dca ffff880166bff9d8 > [ 22.908049] ffff8800728d40c0 0000000000000200 0000000000000000 ffff88007b3fec00 > [ 22.908093] Call Trace: > [ 22.908109] [] dump_stack+0x4c/0x65 > [ 22.908139] [] warn_slowpath_common+0x8a/0xc0 > [ 22.908169] [] warn_slowpath_null+0x1a/0x20 > [ 22.908201] [] fpu__activate_stopped+0x87/0x90 > [ 22.908230] [] xfpregs_get+0x35/0xa0 > [ 22.908257] [] elf_core_dump+0x56c/0x1600 > [ 22.908289] [] ? __slab_free+0x10a/0x212 > [ 22.908318] [] do_coredump+0x78b/0xe90 > [ 22.908346] [] ? __sigqueue_free.part.16+0x37/0x40 > [ 22.908379] [] get_signal+0x1d3/0x640 > [ 22.908407] [] ? send_signal+0x3e/0x80 > [ 22.908434] [] do_signal+0x28/0x6c0 > [ 22.908464] [] ? pick_next_entity+0xa9/0x190 > [ 22.908488] [] ? do_send_specific+0x85/0xa0 > [ 22.908521] [] do_notify_resume+0x78/0x80 > [ 22.908549] [] int_signal+0x12/0x17 > [ 22.908575] ---[ end trace 80f689a9062056c5 ]--- This is booted with or without xsaves support. BTW, I think you fixed the broken eagerfpu=no I was seeing on my hardware. -- 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/