]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
UBUNTU: SAUCE: Set generic SSBD feature for Intel cpus
authorStefan Bader <stefan.bader@canonical.com>
Mon, 28 May 2018 10:36:28 +0000 (12:36 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 28 May 2018 14:11:59 +0000 (16:11 +0200)
commit32f2fe36d1166cbd4ec673e4eb65321b14a564f7
tree61ffc3a075d8dfc28d80bdbab909ea6feeb7ef31
parentbe9a7ab9ea58e7dbf55b23641ad0ebad2849a70f
UBUNTU: SAUCE: Set generic SSBD feature for Intel cpus

The generic feature bit needs to be set for Intel and AMD CPUs
which have support. In more recent code there is a shared
function for this in arch/x86/kernel/cpu/common.c. But for the
backport we need to duplicate that code into amd.c and intel.c.

CVE-2018-3639 (x86)

Fixes: a93338c "x86/cpufeatures: Disentangle SSBD enumeration"
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/x86/kernel/cpu/intel.c