Skip to content

Commit 7540f70

Browse files
ardbiesheuvelwilldeacon
authored andcommitted
arm64: Kconfig: drop KAISER reference from KPTI option description
KAISER is a reference to the KASLR hardening technique that already existed before Meltdown happened, and by now, it is sufficiently obscure that mentioning it does not actually clarify anything. So remove this reference, and replace it with KPTI. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20231127120049.2258650-8-ardb@google.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 8885c73 commit 7540f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ config ARCH_FORCE_MAX_ORDER
15491549
Don't change if unsure.
15501550

15511551
config UNMAP_KERNEL_AT_EL0
1552-
bool "Unmap kernel when running in userspace (aka \"KAISER\")" if EXPERT
1552+
bool "Unmap kernel when running in userspace (KPTI)" if EXPERT
15531553
default y
15541554
help
15551555
Speculation attacks against some high-performance processors can

0 commit comments

Comments
 (0)