From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754927AbbCMKfl (ORCPT ); Fri, 13 Mar 2015 06:35:41 -0400 Received: from cantor2.suse.de ([195.135.220.15]:40542 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbbCMKfh (ORCPT ); Fri, 13 Mar 2015 06:35:37 -0400 Date: Fri, 13 Mar 2015 11:34:07 +0100 From: Borislav Petkov To: Oleg Nesterov Cc: Dave Hansen , Ingo Molnar , Andy Lutomirski , Linus Torvalds , Pekka Riikonen , Rik van Riel , Suresh Siddha , LKML , "Yu, Fenghua" , Quentin Casasnovas Subject: Re: [PATCH 2/4] x86/fpu: introduce restore_init_xstate() Message-ID: <20150313103406.GB31998@pd.tnic> References: <54F74F59.5070107@intel.com> <20150311173346.GB5032@redhat.com> <20150311173429.GD5032@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150311173429.GD5032@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 11, 2015 at 06:34:29PM +0100, Oleg Nesterov wrote: > Extract the "use_eager_fpu()" code from drop_init_fpu() into the new > simple helper, restore_init_xstate(). The next patch adds another user. > > - It is not clear why we do not check use_fxsr() like fpu_restore_checking() > does. Tell me about it. > - It is not clear why we can't call setup_init_fpu_buf() unconditionally > to always create init_xstate_buf(). I also don't understand what the thought behind xstate_enable_boot_cpu() and eager_fpu_init_bp() - we do call xstate_enable_boot_cpu() and alloc init_xstate_buf and then when we come to eager_fpu_init |-> eager_fpu_init_bp we get to init it if not initted yet. When can that ever happen? > Then do_device_not_available() path > (at least) could use restore_init_xstate() too. It doesn't need to init > fpu->state, its content doesn't matter until unlazy_fpu/__switch_to/etc > which overwrites this memory anyway. > > Signed-off-by: Oleg Nesterov > --- > arch/x86/include/asm/fpu-internal.h | 16 ++++++++++------ > 1 files changed, 10 insertions(+), 6 deletions(-) Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --