]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/bugs: Correct RSB terminology in Kconfig
authorBreno Leitao <leitao@debian.org>
Fri, 13 Sep 2024 12:27:53 +0000 (05:27 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Mon, 30 Sep 2024 17:30:54 +0000 (10:30 -0700)
commit86e39b94cd71a4987f9b98dd2a7d6c826e1c5c98
treefac917cb093b70f345833f1c464200cd93c7093e
parent9852d85ec9d492ebef56dc5f229416c925758edc
x86/bugs: Correct RSB terminology in Kconfig

RSB stands for "Return Stack Buffer" in industry literature[1]. Update
the kernel Kconfig to use this standard term instead of the current
"Return-Speculation-Buffer".

This change aligns kernel documentation with widely accepted terminology.

The line length reduction triggers text reformatting, but no functional
text is altered.

[1] https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/return-stack-buffer-underflow.html

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20240913122754.249306-1-leitao%40debian.org
arch/x86/Kconfig