From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752012AbcETRwj (ORCPT ); Fri, 20 May 2016 13:52:39 -0400 Received: from mga01.intel.com ([192.55.52.88]:63962 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750771AbcETRwi (ORCPT ); Fri, 20 May 2016 13:52:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,340,1459839600"; d="scan'208";a="706397742" From: Yu-cheng Yu To: linux-kernel@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar Cc: Dave Hansen , Andy Lutomirski , Sai Praneeth Prakhya , "Ravi V. Shankar" , Fenghua Yu , Yu-cheng Yu Subject: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1 Date: Fri, 20 May 2016 10:47:04 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ** Based on tip/master ** 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(-) -- 1.9.1