diff options
author | John Audia <therealgraysky@proton.me> | 2024-04-17 15:05:00 -0400 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-23 22:38:05 +0200 |
commit | 80a063156f2d0e0ce58dc65c910caea4e02bf35e (patch) | |
tree | f50bf8accdcaed6201180c1a356e064c836baefd | |
parent | 48daac25ce78770e1580f23241cd66b74036f7c2 (diff) |
x86: generic: config-6.6: add/remove default syms
Add new default and remove deprecated symbols introduced by 6.6.28[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.28&id2=v6.6.27
Signed-off-by: John Audia <therealgraysky@proton.me>
-rw-r--r-- | target/linux/x86/config-6.6 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6 index d9c2a0c4a2..7f00ffdb78 100644 --- a/target/linux/x86/config-6.6 +++ b/target/linux/x86/config-6.6 @@ -240,6 +240,7 @@ CONFIG_MICROCODE=y CONFIG_MICROCODE_LATE_LOADING=y CONFIG_MIGRATION=y CONFIG_MITIGATION_RFDS=y +CONFIG_MITIGATION_SPECTRE_BHI=y # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set @@ -360,9 +361,6 @@ CONFIG_SG_POOL=y CONFIG_SOFTIRQ_ON_OWN_STACK=y CONFIG_SPARSEMEM_STATIC=y CONFIG_SPARSE_IRQ=y -# CONFIG_SPECTRE_BHI_AUTO is not set -# CONFIG_SPECTRE_BHI_OFF is not set -CONFIG_SPECTRE_BHI_ON=y CONFIG_SPECULATION_MITIGATIONS=y CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y # CONFIG_STATIC_CALL_SELFTEST is not set |