linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] VERW based clean-up
@ 2024-09-24 22:31 Daniel Sneddon
  2024-09-24 22:31 ` [PATCH 1/6] x86/bugs: Create single parameter for VERW based mitigations Daniel Sneddon
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Daniel Sneddon @ 2024-09-24 22:31 UTC (permalink / raw)
  To: Jonathan Corbet, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Josh Poimboeuf, Ingo Molnar, Dave Hansen, x86
  Cc: hpa, linux-doc, linux-kernel, pawan.kumar.gupta

There are several mitigations that use the VERW instruction to
clean up internal CPU buffers.  Currently, each of these mitigations is
treated independently, but if VERW is needed for one of the
mitigations, it's on for all of them. This can lead to some confusion
if a user tries to disable one of the mitigations, but it is left
enabled for one of the others. The user would have to disable all 4
VERW based mitigations.  This series aims to make it easier for the
end user to disable VERW based mitigations by introducing a single
parameter to control all of them. This makes the individual parameters
redundant, so they are removed. It may be desirable to keep the old
individual parameters for the sake of backwards compatibility.

Daniel Sneddon (6):
  x86/bugs: Create single parameter for VERW based mitigations
  x86/bugs: Remove MDS command line
  x86/bugs: Remove TAA kernel parameter.
  x86/bugs: Remove MMIO kernel parameter
  x86/bugs: Remove RFDS kernel parameter.
  x86/bugs: Clean-up verw mitigations

 .../admin-guide/kernel-parameters.txt         | 143 +--------
 arch/x86/kernel/cpu/bugs.c                    | 287 +++++++-----------
 2 files changed, 118 insertions(+), 312 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-10-15 14:06 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 22:31 [PATCH 0/6] VERW based clean-up Daniel Sneddon
2024-09-24 22:31 ` [PATCH 1/6] x86/bugs: Create single parameter for VERW based mitigations Daniel Sneddon
2024-10-08 19:24   ` Kaplan, David
2024-10-09 16:17     ` Daniel Sneddon
2024-10-09 16:36       ` Kaplan, David
2024-10-09 16:39         ` Daniel Sneddon
2024-10-09 19:44           ` Daniel Sneddon
2024-10-09 20:02             ` Kaplan, David
2024-10-09 20:34               ` Daniel Sneddon
2024-10-10  4:52     ` Josh Poimboeuf
2024-10-10 14:57       ` Borislav Petkov
2024-10-14 15:42         ` Daniel Sneddon
2024-10-15 13:52           ` Borislav Petkov
2024-10-15 14:05             ` Daniel Sneddon
2024-09-24 22:31 ` [PATCH 2/6] x86/bugs: Remove MDS command line Daniel Sneddon
2024-09-24 22:34   ` Dave Hansen
2024-09-24 22:41     ` Daniel Sneddon
2024-09-24 22:31 ` [PATCH 3/6] x86/bugs: Remove TAA kernel parameter Daniel Sneddon
2024-09-24 22:31 ` [PATCH 4/6] x86/bugs: Remove MMIO " Daniel Sneddon
2024-09-24 22:31 ` [PATCH 5/6] x86/bugs: Remove RFDS " Daniel Sneddon
2024-09-24 22:31 ` [PATCH 6/6] x86/bugs: Clean-up verw mitigations Daniel Sneddon
2024-10-02 14:20   ` Nikolay Borisov
2024-10-02 14:46     ` Daniel Sneddon
2024-10-02 14:54       ` Nikolay Borisov
2024-10-07 19:37   ` Josh Poimboeuf
2024-10-08 16:17     ` Daniel Sneddon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).