Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp7019923pxv; Fri, 30 Jul 2021 08:09:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJztEFYJSp7a51uzIvdk9/rqT/xYj9oDHXHBn0z4rq726FXkuuB82YO0S3xDlydmaXliNZMh X-Received: by 2002:a17:906:4751:: with SMTP id j17mr3032954ejs.39.1627657796630; Fri, 30 Jul 2021 08:09:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627657796; cv=none; d=google.com; s=arc-20160816; b=gY7tI1bPTmZU66m7K8CRprt/Au7F7l9UrJlIuBPWXQ3KHbT4WPlZ21DEMfCNNT49kB bymIy+QjLR4IK7ucus2Zr3tLgTMgwdhDeafYHBGig2jxk0sjata+VjFwL8BSNDPEd+DC 6QmHL9a56IU/zFgqHA6dvShGzpHYc/i2eY5QKmBmLRklsnz3fxRK025YKOzic1e84Awd ewNLHWGgDt/Wz78fZ3eeJfOLyXLKyG60NEa8POa1ZLPqpxHlnCgE4h10iZWP+lvpZ9FD /1gjV+/1pnNi7/6+BDw9yY96wWRQk7jxioOiBdci2DoXrS+F9juf/fXgP2JQvp3CT/bK jHMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=3Ovy/vKGzGELZ0gWTerbk8vyL4Ks61DmxfSfl/VoDS4=; b=xi09V5qD+NurhPCo6PDT7eDZuK600oLfmM8CULsvF+VnGlpUbMLJ3OhElTaQWCRWCE rX6TZbYbPlqY7wbFRMil/jEXwFFUJTyjyQ42fTgQV1SyYPJMlAhLCl7UL1cRjlqH1Rpu CnGVKV5IQIR5Ve7gQvIm4XU3d4LXqZyrZK7jdEz0rMbNS3Va6mVsic7vh5GSezsVOlWZ SfZ0OtbrMFMKIq9qjH3MmsLL22aNa5gRhy5fbzm+Nh8vYdtI/4yZxWP5IbGEIkkDlaFV ldNRBhF7f0xUJun9aT+gb7/zCTqnzxTqKnZiJShvqV+2AMMGJOV6o8snRaTry+/EwX8B MyBQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h5si1925724ede.496.2021.07.30.08.09.33; Fri, 30 Jul 2021 08:09:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239406AbhG3PGL (ORCPT + 99 others); Fri, 30 Jul 2021 11:06:11 -0400 Received: from mga05.intel.com ([192.55.52.43]:52620 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238909AbhG3PGJ (ORCPT ); Fri, 30 Jul 2021 11:06:09 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10061"; a="298699104" X-IronPort-AV: E=Sophos;i="5.84,282,1620716400"; d="scan'208";a="298699104" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2021 08:06:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,282,1620716400"; d="scan'208";a="508154895" Received: from chang-linux-3.sc.intel.com ([172.25.66.175]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jul 2021 08:06:03 -0700 From: "Chang S. Bae" To: bp@suse.de, luto@kernel.org, tglx@linutronix.de, mingo@kernel.org, x86@kernel.org Cc: len.brown@intel.com, dave.hansen@intel.com, thiago.macieira@intel.com, jing2.liu@intel.com, ravi.v.shankar@intel.com, linux-kernel@vger.kernel.org, chang.seok.bae@intel.com, kvm@vger.kernel.org Subject: [PATCH v9 01/26] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers Date: Fri, 30 Jul 2021 07:59:32 -0700 Message-Id: <20210730145957.7927-2-chang.seok.bae@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210730145957.7927-1-chang.seok.bae@intel.com> References: <20210730145957.7927-1-chang.seok.bae@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Have the function initializing the XSTATE buffer take a struct fpu * pointer in preparation for dynamic state buffer support. init_fpstate is a special case, which is indicated by a null pointer parameter to fpstate_init(). Also, fpstate_init_xstate() now accepts the state component bitmap to customize the compacted format. No functional change. Signed-off-by: Chang S. Bae Reviewed-by: Len Brown Cc: x86@kernel.org Cc: linux-kernel@vger.kernel.org Cc: kvm@vger.kernel.org --- Changes from v5: * Moved fpstate_init_xstate() back to the header (again). * Massaged the changelog. Changes from v4: * Added a proper function description. (Borislav Petkov) * Added the likely() statement as a null pointer is a special case. Changes from v3: * Updated the changelog. (Borislav Petkov) * Updated the function comment to use kernel-doc style. (Borislav Petkov) Changes from v2: * Updated the changelog with task->fpu removed. (Borislav Petkov) --- arch/x86/include/asm/fpu/internal.h | 11 ++++++++++- arch/x86/kernel/fpu/core.c | 28 +++++++++++++++++----------- arch/x86/kernel/fpu/init.c | 2 +- arch/x86/kernel/fpu/xstate.c | 3 +-- arch/x86/kvm/x86.c | 2 +- 5 files changed, 30 insertions(+), 16 deletions(-) diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h index 5a18694a89b2..c7a64e2806a9 100644 --- a/arch/x86/include/asm/fpu/internal.h +++ b/arch/x86/include/asm/fpu/internal.h @@ -80,7 +80,7 @@ static __always_inline __pure bool use_fxsr(void) extern union fpregs_state init_fpstate; -extern void fpstate_init(union fpregs_state *state); +extern void fpstate_init(struct fpu *fpu); #ifdef CONFIG_MATH_EMULATION extern void fpstate_init_soft(struct swregs_state *soft); #else @@ -88,6 +88,15 @@ static inline void fpstate_init_soft(struct swregs_state *soft) {} #endif extern void save_fpregs_to_fpstate(struct fpu *fpu); +static inline void fpstate_init_xstate(struct xregs_state *xsave, u64 mask) +{ + /* + * XRSTORS requires these bits set in xcomp_bv, or it will + * trigger #GP: + */ + xsave->header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | mask; +} + /* Returns 0 or the negated trap number, which results in -EFAULT for #PF */ #define user_insn(insn, output, input...) \ ({ \ diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c index 7ada7bd03a32..c0098f8422de 100644 --- a/arch/x86/kernel/fpu/core.c +++ b/arch/x86/kernel/fpu/core.c @@ -203,15 +203,6 @@ void fpu_sync_fpstate(struct fpu *fpu) fpregs_unlock(); } -static inline void fpstate_init_xstate(struct xregs_state *xsave) -{ - /* - * XRSTORS requires these bits set in xcomp_bv, or it will - * trigger #GP: - */ - xsave->header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | xfeatures_mask_all; -} - static inline void fpstate_init_fxstate(struct fxregs_state *fx) { fx->cwd = 0x37f; @@ -229,8 +220,23 @@ static inline void fpstate_init_fstate(struct fregs_state *fp) fp->fos = 0xffff0000u; } -void fpstate_init(union fpregs_state *state) +/** + * + * fpstate_init - initialize the xstate buffer + * + * If @fpu is NULL, initialize init_fpstate. + * + * @fpu: A struct fpu * pointer + */ +void fpstate_init(struct fpu *fpu) { + union fpregs_state *state; + + if (likely(fpu)) + state = &fpu->state; + else + state = &init_fpstate; + if (!static_cpu_has(X86_FEATURE_FPU)) { fpstate_init_soft(&state->soft); return; @@ -239,7 +245,7 @@ void fpstate_init(union fpregs_state *state) memset(state, 0, fpu_kernel_xstate_size); if (static_cpu_has(X86_FEATURE_XSAVES)) - fpstate_init_xstate(&state->xsave); + fpstate_init_xstate(&state->xsave, xfeatures_mask_all); if (static_cpu_has(X86_FEATURE_FXSR)) fpstate_init_fxstate(&state->fxsave); else diff --git a/arch/x86/kernel/fpu/init.c b/arch/x86/kernel/fpu/init.c index 64e29927cc32..e14c72bc8706 100644 --- a/arch/x86/kernel/fpu/init.c +++ b/arch/x86/kernel/fpu/init.c @@ -124,7 +124,7 @@ static void __init fpu__init_system_generic(void) * Set up the legacy init FPU context. (xstate init might overwrite this * with a more modern format, if the CPU supports it.) */ - fpstate_init(&init_fpstate); + fpstate_init(NULL); fpu__init_system_mxcsr(); } diff --git a/arch/x86/kernel/fpu/xstate.c b/arch/x86/kernel/fpu/xstate.c index c8def1b7f8fb..d4fdceb9a309 100644 --- a/arch/x86/kernel/fpu/xstate.c +++ b/arch/x86/kernel/fpu/xstate.c @@ -395,8 +395,7 @@ static void __init setup_init_fpu_buf(void) print_xstate_features(); if (boot_cpu_has(X86_FEATURE_XSAVES)) - init_fpstate.xsave.header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | - xfeatures_mask_all; + fpstate_init_xstate(&init_fpstate.xsave, xfeatures_mask_all); /* * Init all the features state with header.xfeatures being 0x0 diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index a4fd10604f72..76a4e5e274d8 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -10599,7 +10599,7 @@ static void fx_init(struct kvm_vcpu *vcpu) if (!vcpu->arch.guest_fpu) return; - fpstate_init(&vcpu->arch.guest_fpu->state); + fpstate_init(vcpu->arch.guest_fpu); if (boot_cpu_has(X86_FEATURE_XSAVES)) vcpu->arch.guest_fpu->state.xsave.header.xcomp_bv = host_xcr0 | XSTATE_COMPACTION_ENABLED; -- 2.17.1