From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755415AbcETHMJ (ORCPT ); Fri, 20 May 2016 03:12:09 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:36917 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755276AbcETHMH (ORCPT ); Fri, 20 May 2016 03:12:07 -0400 Date: Fri, 20 May 2016 09:12:00 +0200 From: Ingo Molnar To: Yu-cheng Yu Cc: linux-kernel@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Dave Hansen , Andy Lutomirski , Sai Praneeth Prakhya , "Ravi V. Shankar" , Fenghua Yu Subject: Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1 Message-ID: <20160520071200.GC4003@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yu-cheng Yu wrote: > This is Part 1 of previous 13 XSAVES patches. Break it down to > smaller series. There are no code changes; only minor fixes in > the titles. > > Fenghua Yu (3): > x86/fpu/xstate: Define and use fpu_user_xstate_size > x86/fpu/xstate: Rename xstate_size to fpu_kernel_xstate_size to > distinguish from fpu_user_xstate_size > x86/fpu/xstate: Keep init_fpstate.xsave.header.xfeatures as zero for > init optimization > > Yu-cheng Yu (1): > x86/fpu/xstate: Copy xstate registers directly to signal frame when > compacted format is in use > > arch/x86/include/asm/fpu/xstate.h | 2 +- > arch/x86/include/asm/processor.h | 3 +- > arch/x86/kernel/fpu/core.c | 7 +-- > arch/x86/kernel/fpu/init.c | 21 +++++---- > arch/x86/kernel/fpu/signal.c | 32 ++++++++++---- > arch/x86/kernel/fpu/xstate.c | 92 +++++++++++++++++++++++---------------- > 6 files changed, 98 insertions(+), 59 deletions(-) Hm, the series does not apply cleanly: patching file arch/x86/include/asm/fpu/xstate.h patching file arch/x86/include/asm/processor.h patching file arch/x86/kernel/fpu/init.c patching file arch/x86/kernel/fpu/signal.c patching file arch/x86/kernel/fpu/xstate.c Hunk #4 FAILED at 552. 1 out of 6 hunks FAILED -- rejects in file arch/x86/kernel/fpu/xstate.c which suggests that this series isn't against a recent x86 tree, right? Thanks, Ingo