mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/fpu: Update the outdated comment above fpstate_init_user()
@ 2025-03-24 13:19 Chao Gao
  2025-03-25  9:05 ` [tip: x86/urgent] " tip-bot2 for Chao Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Chao Gao @ 2025-03-24 13:19 UTC (permalink / raw)
  To: x86, linux-kernel
  Cc: Chao Gao, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Dave Hansen, H. Peter Anvin, Eric Biggers, Stanislav Spassov

fpu_init_fpstate_user() was removed in

  commit 582b01b6ab27 ("x86/fpu: Remove old KVM FPU interface").

Update that comment to accurately reflect the current state regarding its
callers.

Signed-off-by: Chao Gao <chao.gao@intel.com>
---
 arch/x86/kernel/fpu/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c
index b00e4032d75f..91dabfcaea20 100644
--- a/arch/x86/kernel/fpu/core.c
+++ b/arch/x86/kernel/fpu/core.c
@@ -516,7 +516,7 @@ static inline void fpstate_init_fstate(struct fpstate *fpstate)
 /*
  * Used in two places:
  * 1) Early boot to setup init_fpstate for non XSAVE systems
- * 2) fpu_init_fpstate_user() which is invoked from KVM
+ * 2) fpu_alloc_guest_fpstate() which is invoked from KVM
  */
 void fpstate_init_user(struct fpstate *fpstate)
 {
-- 
2.46.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip: x86/urgent] x86/fpu: Update the outdated comment above fpstate_init_user()
  2025-03-24 13:19 [PATCH] x86/fpu: Update the outdated comment above fpstate_init_user() Chao Gao
@ 2025-03-25  9:05 ` tip-bot2 for Chao Gao
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Chao Gao @ 2025-03-25  9:05 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Chao Gao, Ingo Molnar, x86, linux-kernel

The following commit has been merged into the x86/urgent branch of tip:

Commit-ID:     878477a5953769d4fe5facc5033481f81d0dfce7
Gitweb:        https://git.kernel.org/tip/878477a5953769d4fe5facc5033481f81d0dfce7
Author:        Chao Gao <chao.gao@intel.com>
AuthorDate:    Mon, 24 Mar 2025 21:19:27 +08:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Tue, 25 Mar 2025 09:57:33 +01:00

x86/fpu: Update the outdated comment above fpstate_init_user()

fpu_init_fpstate_user() was removed in:

  commit 582b01b6ab27 ("x86/fpu: Remove old KVM FPU interface").

Update that comment to accurately reflect the current state regarding its
callers.

Signed-off-by: Chao Gao <chao.gao@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250324131931.2097905-1-chao.gao@intel.com
---
 arch/x86/kernel/fpu/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c
index 1b734a9..91d6341 100644
--- a/arch/x86/kernel/fpu/core.c
+++ b/arch/x86/kernel/fpu/core.c
@@ -508,7 +508,7 @@ static inline void fpstate_init_fstate(struct fpstate *fpstate)
 /*
  * Used in two places:
  * 1) Early boot to setup init_fpstate for non XSAVE systems
- * 2) fpu_init_fpstate_user() which is invoked from KVM
+ * 2) fpu_alloc_guest_fpstate() which is invoked from KVM
  */
 void fpstate_init_user(struct fpstate *fpstate)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-25  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-24 13:19 [PATCH] x86/fpu: Update the outdated comment above fpstate_init_user() Chao Gao
2025-03-25  9:05 ` [tip: x86/urgent] " tip-bot2 for Chao Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®