]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/bugs: Use early_param() for spectre_v2
authorDavid Kaplan <david.kaplan@amd.com>
Mon, 15 Sep 2025 13:47:01 +0000 (08:47 -0500)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 15 Sep 2025 15:26:49 +0000 (17:26 +0200)
commit9a9f8147ae7fd558d6f0d40b560ffbdd408768df
tree61a84657022d9b75634e795032055784d64309d6
parent8edb9e77119be3cdd930e71204ee48c4994b217b
x86/bugs: Use early_param() for spectre_v2

Most of the mitigations in bugs.c use early_param() for command line parsing.
Rework the spectre_v2 and nospectre_v2 command line options to be
consistent with the others.

Remove spec_v2_print_cond() as informing the user of the their cmdline
choice isn't interesting.

  [ bp: Zap spectre_v2_check_cmd(). ]

Signed-off-by: David Kaplan <david.kaplan@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Link: https://lore.kernel.org/r/20250819192200.2003074-3-david.kaplan@amd.com
arch/x86/kernel/cpu/bugs.c