Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1740781imu; Wed, 28 Nov 2018 14:25:49 -0800 (PST) X-Google-Smtp-Source: AFSGD/X8XGP769b+GngbOoF0UpjjlfESK9/PgskSLL4bFed1AiHRVWSb4uuE576zdf7wcjoKg0XZ X-Received: by 2002:a65:6491:: with SMTP id e17mr34412501pgv.418.1543443949735; Wed, 28 Nov 2018 14:25:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543443949; cv=none; d=google.com; s=arc-20160816; b=McGfMNuvNQMh49vWamwkPcE7HjT/U8SOAWDGiwvimB/NqhKCMyhtecvTH0i1D4NxHz q4zdpB3063B6hCdpEbGGav/GxU9muhwjhttUbpJKfhzhU/UJeEH7wJOZEFzONUp4bzw6 KW0Yxc/eztN2wOV7Y6PtY3Y6KqauyeiMKvCeqLlTFik26t6kqtlOh08b/b63Tc801ta4 JQmmFl4FWzq0MS7bJ2jw0uEEY2mGDeOqUbPsXF/urin35bpuAhOe/eRLsmey6qH05Egt TM16K5UzEdiotvnGoGRqBmiyTyg+u67ZCaiBh5S1LW9kukgqBOx5EKIHjB9JAzuOumEA MvIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=1Yfb5b37CreV8MzlE7xidF+UxfXoMNlpcEcOWDKQFd8=; b=vzWUn/cIKs9n7kEdFzn1hWGcbFHjhJDUq9MPxcN/9Oiids5jZAzL63aG6aOsluZVZx YMRuMWlUtz5jfup3Cb+wHji+2jEVoN9epDBdoyPEOXRkYIGMmJutMIHjEQq+gDFYRrsa HHacHBiGp+x14Tjt6nC8u1ZHxHQ0t9D0VKbxKQ9QU0tVO3uBHo14pBoS7t/KnoeKgF2z O4IPM4Sijic4xYT1LpGRTmzlh2YhQeJs2lhtA+zks8DKSjAvU6URVa/TA4lg1SIvWZmr WvRwk9LfUGKwuCmVgxt925r1ds4E04VleXfW8OnRJgRiv7tVMNHJk1WUWP0Qzi/qR6Se 7wpw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l85-v6si9205226pfb.31.2018.11.28.14.25.35; Wed, 28 Nov 2018 14:25:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726872AbeK2JYP (ORCPT + 99 others); Thu, 29 Nov 2018 04:24:15 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:33095 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726734AbeK2JYN (ORCPT ); Thu, 29 Nov 2018 04:24:13 -0500 Received: from localhost ([127.0.0.1] helo=bazinga.breakpoint.cc) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1gS8CZ-0001GX-S9; Wed, 28 Nov 2018 23:21:00 +0100 From: Sebastian Andrzej Siewior To: linux-kernel@vger.kernel.org Cc: x86@kernel.org, Andy Lutomirski , Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , kvm@vger.kernel.org, "Jason A. Donenfeld" , Rik van Riel , Dave Hansen , Sebastian Andrzej Siewior Subject: [PATCH 09/29] x86/fpu: Remove fpu__restore() Date: Wed, 28 Nov 2018 23:20:15 +0100 Message-Id: <20181128222035.2996-10-bigeasy@linutronix.de> X-Mailer: git-send-email 2.20.0.rc1 In-Reply-To: <20181128222035.2996-1-bigeasy@linutronix.de> References: <20181128222035.2996-1-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are no users of fpu__restore() so it is time to remove it. The comment regarding fpu__restore() and TS bit is stale since commit b3b0870ef3ffe ("i387: do not preload FPU state at task switch time") and has no meaning since. Signed-off-by: Sebastian Andrzej Siewior --- Documentation/preempt-locking.txt | 1 - arch/x86/include/asm/fpu/internal.h | 1 - arch/x86/kernel/fpu/core.c | 24 ------------------------ arch/x86/kernel/process_32.c | 4 +--- arch/x86/kernel/process_64.c | 4 +--- 5 files changed, 2 insertions(+), 32 deletions(-) diff --git a/Documentation/preempt-locking.txt b/Documentation/preempt-locking.txt index 509f5a422d571..dce336134e54a 100644 --- a/Documentation/preempt-locking.txt +++ b/Documentation/preempt-locking.txt @@ -52,7 +52,6 @@ preemption must be disabled around such regions. Note, some FPU functions are already explicitly preempt safe. For example, kernel_fpu_begin and kernel_fpu_end will disable and enable preemption. -However, fpu__restore() must be called with preemption disabled. RULE #3: Lock acquire and release must be performed by same task diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h index 978a1633c0698..415d43bdaaa76 100644 --- a/arch/x86/include/asm/fpu/internal.h +++ b/arch/x86/include/asm/fpu/internal.h @@ -28,7 +28,6 @@ extern void fpu__initialize(struct fpu *fpu); extern void fpu__prepare_read(struct fpu *fpu); extern void fpu__prepare_write(struct fpu *fpu); extern void fpu__save(struct fpu *fpu); -extern void fpu__restore(struct fpu *fpu); extern int fpu__restore_sig(void __user *buf, int ia32_frame); extern void fpu__drop(struct fpu *fpu); extern int fpu__copy(struct fpu *dst_fpu, struct fpu *src_fpu); diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c index 2e5003fef51a9..1d3ae7988f7f2 100644 --- a/arch/x86/kernel/fpu/core.c +++ b/arch/x86/kernel/fpu/core.c @@ -303,30 +303,6 @@ void fpu__prepare_write(struct fpu *fpu) } } -/* - * 'fpu__restore()' is called to copy FPU registers from - * the FPU fpstate to the live hw registers and to activate - * access to the hardware registers, so that FPU instructions - * can be used afterwards. - * - * Must be called with kernel preemption disabled (for example - * with local interrupts disabled, as it is in the case of - * do_device_not_available()). - */ -void fpu__restore(struct fpu *fpu) -{ - fpu__initialize(fpu); - - /* Avoid __kernel_fpu_begin() right after fpregs_activate() */ - kernel_fpu_disable(); - trace_x86_fpu_before_restore(fpu); - fpregs_activate(fpu); - copy_kernel_to_fpregs(&fpu->state); - trace_x86_fpu_after_restore(fpu); - kernel_fpu_enable(); -} -EXPORT_SYMBOL_GPL(fpu__restore); - /* * Drops current FPU state: deactivates the fpregs and * the fpstate. NOTE: it still leaves previous contents diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 1bf5b5830e81a..b8a935adc96fc 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -271,9 +271,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) /* * Leave lazy mode, flushing any hypercalls made here. * This must be done before restoring TLS segments so - * the GDT and LDT are properly updated, and must be - * done before fpu__restore(), so the TS bit is up - * to date. + * the GDT and LDT are properly updated. */ arch_end_context_switch(next_p); diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 0e0b4288a4b2b..cf2c157714594 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c @@ -576,9 +576,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) /* * Leave lazy mode, flushing any hypercalls made here. This * must be done after loading TLS entries in the GDT but before - * loading segments that might reference them, and and it must - * be done before fpu__restore(), so the TS bit is up to - * date. + * loading segments that might reference them. */ arch_end_context_switch(next_p); -- 2.20.0.rc1