[openwrt/openwrt] x86: config: add CONFIG_MITIGATION_VMSCAPE=y

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 21 16:23:56 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/6af8e20b45d7ac12b2dc49c6cb7ea999c1bda9fa

commit 6af8e20b45d7ac12b2dc49c6cb7ea999c1bda9fa
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Thu Sep 11 15:37:51 2025 -0400

    x86: config: add CONFIG_MITIGATION_VMSCAPE=y
    
    Introduced in the 6.6.106 update, set this new mitigation option to
    be enabled. See: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.106&id2=v6.6.105
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    (cherry picked from commit 221eaf1339429e2dd3fe7cffe307240f87c4e032)
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20036
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/x86/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6
index 4a852287e7..17a12ba97b 100644
--- a/target/linux/x86/config-6.6
+++ b/target/linux/x86/config-6.6
@@ -247,6 +247,7 @@ CONFIG_MITIGATION_ITS=y
 CONFIG_MITIGATION_TSA=y
 CONFIG_MITIGATION_RFDS=y
 CONFIG_MITIGATION_SPECTRE_BHI=y
+CONFIG_MITIGATION_VMSCAPE=y
 # CONFIG_MK6 is not set
 # CONFIG_MK7 is not set
 # CONFIG_MK8 is not set




More information about the lede-commits mailing list