diff mbox series

[11/11] UBUNTU: [Config] updateconfigs for CONFIG_BHI_{AUTO|OFF|ON}

Message ID 20240417235401.243631-12-yuxuan.luo@canonical.com
State New
Headers show
Series CVE-2024-2201 | expand

Commit Message

Yuxuan Luo April 17, 2024, 11:54 p.m. UTC
Adds annotation configs to comply new kernel configs. Set AUTO as default to be less intrusive.

CVE-2024-2201
Signed-off-by: Yuxuan Luo <yuxuan.luo@canonical.com>
---
 debian.master/config/annotations | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 06cf3f9744fa9..2b4ec46c8bd99 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -6713,6 +6713,9 @@  CONFIG_MISDN_NETJET                             policy<{'amd64': 'm', 'arm64': '
 CONFIG_MISDN_SPEEDFAX                           policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>
 CONFIG_MISDN_W6692                              policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>
 CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY          policy<{'arm64': 'y'}>
+CONFIG_SPECTRE_BHI_AUTO                         policy<{'amd64': 'y'}>
+CONFIG_SPECTRE_BHI_OFF                          policy<{'amd64': 'n'}>
+CONFIG_SPECTRE_BHI_ON                           policy<{'amd64': 'n'}>
 CONFIG_MIXCOMWD                                 policy<{'i386': 'm'}>
 CONFIG_MK6                                      policy<{'i386': 'n'}>
 CONFIG_MK7                                      policy<{'i386': 'n'}>