From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758276AbbA3Bdz (ORCPT ); Thu, 29 Jan 2015 20:33:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39326 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753169AbbA3Bdy (ORCPT ); Thu, 29 Jan 2015 20:33:54 -0500 Message-ID: <54CADF72.5070507@redhat.com> Date: Thu, 29 Jan 2015 20:33:38 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dave Hansen , Oleg Nesterov CC: Suresh Siddha , Andy Lutomirski , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Fenghua Yu , the arch/x86 maintainers , linux-kernel Subject: Re: [PATCH 0/3]: x86, fpu: unlazy_fpu fixes/cleanups References: <54C2A245.4010307@redhat.com> <20150129210723.GA31584@redhat.com> <54CAA357.1070108@linux.intel.com> <20150129213346.GA32511@redhat.com> <54CAA973.4050401@linux.intel.com> <20150129215638.GB1045@redhat.com> <54CAC190.30905@linux.intel.com> In-Reply-To: <54CAC190.30905@linux.intel.com> 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/29/2015 06:26 PM, Dave Hansen wrote: > On 01/29/2015 01:56 PM, Oleg Nesterov wrote: >> --- x/arch/x86/kernel/traps.c +++ x/arch/x86/kernel/traps.c @@ >> -313,7 +313,7 @@ dotraplinkage void do_bounds(struct pt_r * It is >> not directly accessible, though, so we need to * do an xsave and >> then pull it out of the xsave buffer. */ - >> fpu_save_init(&tsk->thread.fpu); + unlazy_fpu(tsk); xsave_buf = >> &(tsk->thread.fpu.state->xsave); > ... >> bndcsr = get_xsave_addr(xsave_buf, XSTATE_BNDCSR); > > Hmm, if the the thread was not using the FPU, and this fails to > save anything in to the xsave_buf, what will bndcsr point to? If the thread was not using the FPU, can we reach the bound range exception? I believe the MPX feature uses information in the xstate. - -- All rights reversed -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUyt9yAAoJEM553pKExN6D6U4H+QENaWW78N/A9MfdluF9j1c4 mLVjsna+PrdglRNMgZPIozD/V+aONiVbEvUYt2bGuBP7PaHdvasm+05/U+SJF37z SxdjH0+1U+IZPycf0eGRkrFpZvUuegNzJyQFcvPltjRNHc7faDm3nJv+xdjDd9DX NxcvexnjhkLpXvbEIOksv/41EMjyYtDBEWwenCANCLQaGyk4VJUxXqiZ0ivqtNJX WuzVydvtDebWKPHF61qqtDCGkuuJvypWR6Wbgqe1McKqNgElT4c3f5QDLG45fKrw YaiFzBGpeFEJtDe7XLCmdlp6xUGLL2SxFn5PVdyB1toHd+V6eN//QlwAOhDJPeA= =HPaU -----END PGP SIGNATURE-----