Commit e1c4e805 authored by Tyler Hicks's avatar Tyler Hicks Committed by Stefan Bader

UBUNTU: SAUCE: x86/cpu: Include cpu header from bugs.c

The linux-4.14.y backport of commit 286836a7 ("x86/cpu: Add a helper
function x86_read_arch_cap_msr()") added a dependency on cpu.h from
bugs.c so include the header file from bugs.c.

CVE-2019-11135
Suggested-by: default avatarPawan Gupta <pawan.kumar.gupta@linux.intel.com>
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
parent 67d157af
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#include <asm/e820.h> #include <asm/e820.h>
#include <asm/hypervisor.h> #include <asm/hypervisor.h>
#include "cpu.h"
unsigned int noibpb = 0; unsigned int noibpb = 0;
static int __init noibpb_handler(char *str) static int __init noibpb_handler(char *str)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment