diff options
author | Burt P <pburt0@gmail.com> | 2018-01-02 20:45:57 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-02-09 08:24:50 -0800 |
commit | ec35a12e12118ba46ceb26e1574139045d16f594 (patch) | |
tree | a1f6afba9746df3a3ef90049fab68ea037bf5884 /modules | |
parent | f9a5bd3159c6facebcb16a1df48e6dc8c2258671 (diff) |
Add Intel cpu_insecure bug workaround flag
cpu_insecure = page table isolation is being used to work
around a security vulnerability in Intel x86 CPUs.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/devices/x86/x86_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/devices/x86/x86_data.c b/modules/devices/x86/x86_data.c index ebd434bb..eb8ba3eb 100644 --- a/modules/devices/x86/x86_data.c +++ b/modules/devices/x86/x86_data.c @@ -278,6 +278,7 @@ static struct { { "bug:swapgs_fence", NC_("x86-flag", /*/bug:swapgs_fence*/ "SWAPGS without input dep on GS") }, { "bug:monitor", NC_("x86-flag", /*/bug:monitor*/ "IPI required to wake up remote CPU") }, { "bug:amd_e400", NC_("x86-flag", /*/bug:amd_e400*/ "AMD Erratum 400") }, + { "bug:cpu_insecure", NC_("x86-flag", /*/bug:cpu_insecure*/ "Page table isolation is being used") }, /* power management * ... from arch/x86/kernel/cpu/powerflags.h */ { "pm:ts", NC_("x86-flag", /*/flag:pm:ts*/ "temperature sensor") }, |