]> git.pld-linux.org Git - packages/kernel.git/commitdiff
no retbleed mitigations planned for 32bit so disable RETHUNK there
authorJan Palus <atler@pld-linux.org>
Wed, 10 Aug 2022 10:33:16 +0000 (12:33 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 10 Aug 2022 10:33:16 +0000 (12:33 +0200)
kernel-x86.config

index 7f7c771fb02686b6cb6a97f084ffd1340d9cba04..8c0097ddf31b3f8c1eb1a6365e5aa5ad7625d1fe 100644 (file)
@@ -120,7 +120,7 @@ STRICT_SIGALTSTACK_SIZE all=y
 SPECULATION_MITIGATIONS x86=y
 PAGE_TABLE_ISOLATION all=y
 RETPOLINE x86=y
-RETHUNK x86_64=y
+RETHUNK x86=n x86_64=y
 CPU_UNRET_ENTRY x86_64=y
 CPU_IBPB_ENTRY x86_64=y
 CPU_IBRS_ENTRY x86_64=y
This page took 0.269414 seconds and 4 git commands to generate.