]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/cpufeatures: Correct LKGS feature flag description
authorBorislav Petkov (AMD) <bp@alien8.de>
Wed, 15 Oct 2025 10:35:48 +0000 (12:35 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 4 Nov 2025 22:09:34 +0000 (23:09 +0100)
commit47955b58cf9b97fe4dc2b0d622b8ea3a2656bbf9
tree35ab8e054a2ef555562d805498b0fc8d0a87beae
parent762a3d1ca2cfe9965417d784cd044c702fda4aca
x86/cpufeatures: Correct LKGS feature flag description

Quotation marks in cpufeatures.h comments are special and when the
comment begins with a quoted string, that string lands in /proc/cpuinfo,
turning it into a user-visible one.

The LKGS comment doesn't begin with a quoted string but just in case
drop the quoted "kernel" in there to avoid confusion. And while at it,
simply change the description into what the LKGS instruction does for
more clarity.

No functional changes.

Reviewed-by: Xin Li (Intel) <xin@zytor.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20251015103548.10194-1-bp@kernel.org
arch/x86/include/asm/cpufeatures.h
tools/arch/x86/include/asm/cpufeatures.h