All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] x86: Fix a F00F bug warning and cleanup surrounding code
@ 2026-05-15  0:24 Sohil Mehta
  2026-05-15  0:24 ` [PATCH v2 1/3] x86/cpu/intel: Don't clear X86_BUG_F00F before setting it Sohil Mehta
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sohil Mehta @ 2026-05-15  0:24 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

This is an iteration of the series posted earlier by Richard Weinberger.
https://lore.kernel.org/lkml/20260216104343.3625292-1-richard@nod.at/

The patches primarily fix a harmless "alternatives_patched" warning that
affects the original Pentium (Family 5) processors with SMP. In this
revision, I reworded the commit messages and added a patch to simplify
the warning logic for the F00F bug. The patches seemed worth reposting
because the scope of the change is limited and it reduces lines of code.

The series is split into three patches for easier review. Let me know if
it would be preferable to merge them. Also, I wasn't sure whether the Fixes
tag in patch 1 is 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: Simplify F00F bug notice using pr_notice_once()

 arch/x86/include/asm/cpufeature.h | 1 -
 arch/x86/kernel/cpu/intel.c       | 8 +-------
 2 files changed, 1 insertion(+), 8 deletions(-)

-- 
2.43.0


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15  0:24 [PATCH v2 0/3] x86: Fix a F00F bug warning and cleanup surrounding code Sohil Mehta
2026-05-15  0:24 ` [PATCH v2 1/3] x86/cpu/intel: Don't clear X86_BUG_F00F before setting it Sohil Mehta
2026-05-15  0:24 ` [PATCH v2 2/3] x86/cpu/intel: Simplify F00F bug notice using pr_notice_once() Sohil Mehta
2026-05-15  0:25 ` [PATCH v2 3/3] x86/cpufeature: Remove clear_cpu_bug() Sohil Mehta
2026-05-15  6:18 ` [PATCH v2 0/3] x86: Fix a F00F bug warning and cleanup surrounding code Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.