From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754249AbcGKNR4 (ORCPT ); Mon, 11 Jul 2016 09:17:56 -0400 Received: from mga04.intel.com ([192.55.52.120]:2997 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752874AbcGKNRz (ORCPT ); Mon, 11 Jul 2016 09:17:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,346,1464678000"; d="scan'208";a="1019448922" From: "Fenghua Yu" To: "Ingo Molnar" , "Thomas Gleixner" , "H. Peter Anvin" , "Dave Hansen" , "Ravi V Shankar" Cc: Yu-cheng Yu , "Fenghua Yu" , "x86" , "linux-kernel" Subject: [PATCH 0/4] x86/fpu/xstate: Fix XSAVES issues - Part 3 Date: Mon, 11 Jul 2016 09:18:53 -0700 Message-Id: <1468253937-40008-1-git-send-email-fenghua.yu@intel.com> X-Mailer: git-send-email 1.8.0.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yu-cheng Yu ** Based on tip/master ** This is Part 3 of previous 13 XSAVES patches. Break it down to smaller series. There are no code changes; only minor fixes in the titles. Yu-cheng Yu (4): x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES x86/fpu/xstate: Return NULL for disabled xstate component address x86/fpu/xstate: Fix fpstate_init() for XRSTORS x86/fpu/xstate: Re-enable XSAVES arch/x86/include/asm/fpu/types.h | 6 ++++++ arch/x86/kernel/fpu/core.c | 8 ++++++++ arch/x86/kernel/fpu/init.c | 15 --------------- arch/x86/kernel/fpu/signal.c | 11 +++++++++-- arch/x86/kernel/fpu/xstate.c | 14 ++++++++++++++ 5 files changed, 37 insertions(+), 17 deletions(-) -- 2.5.0