]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: disable CONFIG_GDS_FORCE_MITIGATION
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 18 Aug 2023 11:35:08 +0000 (13:35 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 18 Aug 2023 11:41:43 +0000 (13:41 +0200)
when not having installed an intel-microcode version containing the
mitigation, this options disables AVX instructions, which breaks quite
a lot of software (e.g. firefox, electron apps)

Reported-by: Stefan Hanreich <s.hanreich@proxmox.com>
Tested-by: Stefan Hanreich <s.hanreich@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/rules

index 9a26a0bf4317b58853880a60362716830ce3d1ca..dac31d4e3749014d5e27d8104c7da4f3b75a636c 100755 (executable)
@@ -98,7 +98,7 @@ PMX_CONFIG_OPTS= \
 --set-str CONFIG_LSM lockdown,yama,integrity,apparmor \
 -e CONFIG_PAGE_TABLE_ISOLATION \
 -e CONFIG_ARCH_HAS_CPU_FINALIZE_INIT \
--e CONFIG_GDS_FORCE_MITIGATION
+-d CONFIG_GDS_FORCE_MITIGATION
 
 debian/control: $(wildcard debian/*.in)
        sed -e 's/@@KVNAME@@/$(KVNAME)/g' < debian/proxmox-kernel.prerm.in > debian/$(PMX_KERNEL_PKG).prerm