From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932683AbcFQUNd (ORCPT ); Fri, 17 Jun 2016 16:13:33 -0400 Received: from mga04.intel.com ([192.55.52.120]:28876 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752599AbcFQUNb (ORCPT ); Fri, 17 Jun 2016 16:13:31 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,485,1459839600"; d="scan'208";a="1000213609" From: Yu-cheng Yu To: linux-kernel@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar Cc: Dave Hansen , Sai Praneeth Prakhya , "Ravi V. Shankar" , Fenghua Yu , Yu-cheng Yu Subject: [PATCH 0/5] x86/fpu/xstate: Fix XSAVES issues - Part 2 Date: Fri, 17 Jun 2016 13:07:14 -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 2 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 (5): x86/fpu/xstate: Align xstate components according to CPUID x86/fpu/xstate: Fix supervisor xstate component offset x86/fpu/xstate: Fix PTRACE frames for XSAVES x86/fpu/xstate: Fix XSTATE component offset print out x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstates arch/x86/include/asm/fpu/types.h | 1 + arch/x86/include/asm/fpu/xstate.h | 8 +- arch/x86/kernel/fpu/regset.c | 55 +++++-- arch/x86/kernel/fpu/xstate.c | 312 +++++++++++++++++++++++++++++++------- 4 files changed, 308 insertions(+), 68 deletions(-) -- 1.9.1