From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754311AbbCISJj (ORCPT ); Mon, 9 Mar 2015 14:09:39 -0400 Received: from mail.skyhub.de ([78.46.96.112]:60833 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754265AbbCISJh (ORCPT ); Mon, 9 Mar 2015 14:09:37 -0400 Date: Mon, 9 Mar 2015 19:08:16 +0100 From: Borislav Petkov To: Ingo Molnar Cc: Oleg Nesterov , x86-ml , lkml Subject: [GIT PULL] x86/fpu cleanups Message-ID: <20150309180816.GF9234@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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 Hi Ingo, please pull two more cleanups to the FPU insanity from Oleg. So this is *not* the urgent stuff - the urgent stuff will come later. This is the unload-some-more-onto-tip stuff which can be safely queued for 4.1 and I can forget about it here. :) Thanks. --- The following changes since commit ae486033b980346eb6a77240101210cb66924a91: Merge tag 'tip_x86_fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpu (2015-03-03 12:12:15 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/tip_x86_fpu_2 for you to fetch changes up to 9ed010d31f173be786f0398a64f08bb4a0300c3b: x86/fpu: factor out memset(xstate, 0) in fpu_finit() paths (2015-03-04 11:57:46 +0100) ---------------------------------------------------------------- Two more cleanups from Oleg. ---------------------------------------------------------------- Oleg Nesterov (2): x86/fpu: Change xstateregs_get()/set() to use ->xsave.i387 rather than ->fxsave x86/fpu: factor out memset(xstate, 0) in fpu_finit() paths arch/x86/include/asm/fpu-internal.h | 1 - arch/x86/kernel/i387.c | 28 +++++++++++----------------- 2 files changed, 11 insertions(+), 18 deletions(-) -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --