diff mbox series

[SRU,F] UBUNTU: [Config] Set SPECTRE_BHI_ON=y

Message ID 20240715061956.1210852-1-juerg.haefliger@canonical.com
State New
Headers show
Series [SRU,F] UBUNTU: [Config] Set SPECTRE_BHI_ON=y | expand

Commit Message

Juerg Haefliger July 15, 2024, 6:19 a.m. UTC
Switch from AUTO to ON to make it consistent with the other series.

CVE-2024-2201
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 debian.master/config/annotations | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Agathe Porte July 15, 2024, 9:28 a.m. UTC | #1
2024-07-15 08:21 CEST, Juerg Haefliger:
> Switch from AUTO to ON to make it consistent with the other series.
> 
> CVE-2024-2201
> Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>

1. Missing space between CVE line and SoB line
2. Missing cover letter for SRU update

See https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat
Juerg Haefliger July 15, 2024, 2:58 p.m. UTC | #2
On Mon, 15 Jul 2024 11:28:01 +0200
Agathe Porte <agathe.porte@canonical.com> wrote:

> 2024-07-15 08:21 CEST, Juerg Haefliger:
> > Switch from AUTO to ON to make it consistent with the other series.
> > 
> > CVE-2024-2201
> > Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>  
> 
> 1. Missing space between CVE line and SoB line

No. That's how we do CVE tags.


> 2. Missing cover letter for SRU update

Sigh. That's a first for me...


> 
> See https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 194a8cb55e87..1b15d2ade956 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -10861,9 +10861,9 @@  CONFIG_SPEAKUP_SYNTH_LTLK                       policy<{'amd64': 'm', 'arm64': '
 CONFIG_SPEAKUP_SYNTH_SOFT                       policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>
 CONFIG_SPEAKUP_SYNTH_SPKOUT                     policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>
 CONFIG_SPEAKUP_SYNTH_TXPRT                      policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>
-CONFIG_SPECTRE_BHI_AUTO                         policy<{'amd64': 'y', 'i386': 'y'}>
+CONFIG_SPECTRE_BHI_AUTO                         policy<{'amd64': 'n', 'i386': 'n'}>
 CONFIG_SPECTRE_BHI_OFF                          policy<{'amd64': 'n', 'i386': 'n'}>
-CONFIG_SPECTRE_BHI_ON                           policy<{'amd64': 'n', 'i386': 'n'}>
+CONFIG_SPECTRE_BHI_ON                           policy<{'amd64': 'y', 'i386': 'y'}>
 CONFIG_SPI                                      policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}>
 CONFIG_SPI_ALTERA                               policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>
 CONFIG_SPI_ARMADA_3700                          policy<{'arm64': 'm', 'armhf': 'm'}>