diff options
| author | Goetz Goerisch | 2025-05-26 12:46:57 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-28 11:22:00 +0000 |
| commit | 6d46015d8b31373aa71c703de9fc409f2430646d (patch) | |
| tree | dd7245cd3d6dce079c31bb266e86b9f26375912e | |
| parent | 3a2a2c995f8370424dbf257d43e5446965a46ebc (diff) | |
| download | openwrt-6d46015d8b31373aa71c703de9fc409f2430646d.tar.gz | |
x86: add missing configuration
Added settings:
x86: CONFIG_MITIGATION_ITS=y [1]
[1] https://web.git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.6.y&id=f7ef7f6ccf2bc3909ef5e50cbe9edf2bac71e1bd
Co-authored-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18924
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/x86/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6 index 2b6ab88dc3..4fbc0c538b 100644 --- a/target/linux/x86/config-6.6 +++ b/target/linux/x86/config-6.6 @@ -243,6 +243,7 @@ CONFIG_MICROCODE_INITRD32=y CONFIG_MICROCODE_LATE_FORCE_MINREV=y CONFIG_MICROCODE_LATE_LOADING=y CONFIG_MIGRATION=y +CONFIG_MITIGATION_ITS=y CONFIG_MITIGATION_RFDS=y CONFIG_MITIGATION_SPECTRE_BHI=y # CONFIG_MK6 is not set |