The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v3 0/3] x86: Fix a F00F bug warning and cleanup surrounding code
@ 2026-05-18 22:17 Sohil Mehta
  2026-05-18 22:17 ` [PATCH v3 1/3] x86/cpu/intel: Don't clear X86_BUG_F00F before setting it Sohil Mehta
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Sohil Mehta @ 2026-05-18 22:17 UTC (permalink / raw)
  To: Dave Hansen, Borislav Petkov, x86
  Cc: Thomas Gleixner, Ingo Molnar, H . Peter Anvin, Josh Poimboeuf,
	Richard Weinberger, Andrew Cooper, Tony Luck, Sohil Mehta,
	Ahmed S . Darwish, linux-kernel

Changes in v3:
 - Remove the notice announcing the F00F bug workaround instead of
   simplifying it.
 - Pick up review tags from Ahmed.

v2: https://lore.kernel.org/all/20260515002500.2463393-1-sohil.mehta@intel.com/

Summary:
The series fixes a harmless "alternatives_patched" warning that affects
the original Pentium (Family 5) processors with SMP. It also removes the
kernel announcement that the F00F bug workaround is in place. Mainly,
the patches simplify and reduce lines of code.

Original v1 post by Richard Weinberger:
https://lore.kernel.org/lkml/20260216104343.3625292-1-richard@nod.at/

The Fixes tag in patch 1 isn't strictly necessary. I left it inplace as
Richard had it in his original series, but it can be removed to avoid
backporting hassles.

Richard Weinberger (2):
  x86/cpu/intel: Don't clear X86_BUG_F00F before setting it
  x86/cpufeature: Remove clear_cpu_bug()

Sohil Mehta (1):
  x86/cpu/intel: Remove the F00F bug workaround notice

 arch/x86/include/asm/cpufeature.h |  1 -
 arch/x86/kernel/cpu/intel.c       | 15 +++------------
 2 files changed, 3 insertions(+), 13 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-05-27 18:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18 22:17 [PATCH v3 0/3] x86: Fix a F00F bug warning and cleanup surrounding code Sohil Mehta
2026-05-18 22:17 ` [PATCH v3 1/3] x86/cpu/intel: Don't clear X86_BUG_F00F before setting it Sohil Mehta
2026-05-18 22:17 ` [PATCH v3 2/3] x86/cpu/intel: Remove the F00F bug workaround notice Sohil Mehta
2026-05-19  9:00   ` Ahmed S. Darwish
2026-05-18 22:17 ` [PATCH v3 3/3] x86/cpufeature: Remove clear_cpu_bug() Sohil Mehta
2026-05-24 16:33 ` [PATCH v3 0/3] x86: Fix a F00F bug warning and cleanup surrounding code Borislav Petkov
2026-05-27  6:44   ` Sohil Mehta
2026-05-27 18:06     ` Borislav Petkov
2026-05-27 18:49       ` Sohil Mehta
2026-05-27 18:51         ` Sohil Mehta
2026-05-27 18:54           ` Richard Weinberger

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