From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755055AbbCCLOT (ORCPT ); Tue, 3 Mar 2015 06:14:19 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:40904 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbbCCLOR (ORCPT ); Tue, 3 Mar 2015 06:14:17 -0500 Date: Tue, 3 Mar 2015 12:14:12 +0100 From: Ingo Molnar To: Borislav Petkov Cc: x86-ml , lkml Subject: Re: [GIT PULL] x86/fpu updates Message-ID: <20150303111412.GA2107@gmail.com> References: <20150302201359.GL17521@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150302201359.GL17521@pd.tnic> 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 * Borislav Petkov wrote: > Hi guys, > > those three are ontop of current tip/x86/fpu; please pull, > > thanks. > > The following changes since commit f353e612304ba752d6b613dc02eae8116cd3e27b: > > Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpu (2015-02-19 11:19:05 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/tip_x86_fpu > > for you to fetch changes up to 110d7f7513bbb916b8654da9e2973ac5bed929a9: > > x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu() (2015-02-23 15:50:45 +0100) > > ---------------------------------------------------------------- > Three more cleanups/improvements to the FPU handling code. (Oleg Nesterov) > > ---------------------------------------------------------------- > Oleg Nesterov (3): > x86/fpu: __kernel_fpu_begin() should clear fpu_owner_task even if use_eager_fpu() > x86/fpu: Always allow FPU in interrupt if use_eager_fpu() > x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu() > > arch/x86/kernel/i387.c | 11 ++++++----- > arch/x86/kernel/process.c | 7 +++++++ > arch/x86/kernel/xsave.c | 13 +------------ > 3 files changed, 14 insertions(+), 17 deletions(-) Pulled, thanks Boris! Ingo