Skip to content

Commit 3619902

Browse files
committed
[CIQ] v6.12.37 - rebased configs
CONFIG_MITIGATION_TSA set to yes to deal with AMD TSA hardware attacks x86/bugs: Add a Transient Scheduler Attacks mitigation Upstream: d8010d4
1 parent f69cf4b commit 3619902

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ciq/configs/kernel-x86_64-debug.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.12.35 Kernel Configuration
3+
# Linux/x86_64 6.12.37 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (scripts/dummy-tools/gcc)"
66
CONFIG_CC_IS_GCC=y
@@ -581,6 +581,7 @@ CONFIG_MITIGATION_SPECTRE_V2=y
581581
CONFIG_MITIGATION_SRBDS=y
582582
CONFIG_MITIGATION_SSB=y
583583
CONFIG_MITIGATION_ITS=y
584+
CONFIG_MITIGATION_TSA=y
584585
CONFIG_ARCH_HAS_ADD_PAGES=y
585586

586587
#

ciq/configs/kernel-x86_64.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.12.35 Kernel Configuration
3+
# Linux/x86_64 6.12.37 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (scripts/dummy-tools/gcc)"
66
CONFIG_CC_IS_GCC=y
@@ -578,6 +578,7 @@ CONFIG_MITIGATION_SPECTRE_V2=y
578578
CONFIG_MITIGATION_SRBDS=y
579579
CONFIG_MITIGATION_SSB=y
580580
CONFIG_MITIGATION_ITS=y
581+
CONFIG_MITIGATION_TSA=y
581582
CONFIG_ARCH_HAS_ADD_PAGES=y
582583

583584
#

0 commit comments

Comments
 (0)