Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[CIQ] v6.12.29 - rebased configs
CONFIG_MITIGATION_ITS is new and enabled by default for x86
 x86/its: Add support for ITS-safe indirect thunk
 Upstream: 16a7d5b
  • Loading branch information
bmastbergen committed Oct 15, 2025
commit 005db39a80ad524b1ee23b8fbde0a50edeb47684
1 change: 1 addition & 0 deletions ciq/configs/kernel-x86_64-debug.config
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ CONFIG_MITIGATION_SPECTRE_V1=y
CONFIG_MITIGATION_SPECTRE_V2=y
CONFIG_MITIGATION_SRBDS=y
CONFIG_MITIGATION_SSB=y
CONFIG_MITIGATION_ITS=y
CONFIG_ARCH_HAS_ADD_PAGES=y

#
Expand Down
1 change: 1 addition & 0 deletions ciq/configs/kernel-x86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ CONFIG_MITIGATION_SPECTRE_V1=y
CONFIG_MITIGATION_SPECTRE_V2=y
CONFIG_MITIGATION_SRBDS=y
CONFIG_MITIGATION_SSB=y
CONFIG_MITIGATION_ITS=y
CONFIG_ARCH_HAS_ADD_PAGES=y

#
Expand Down