]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/speculation: Simplify indirect_branch_prediction_barrier()
authorBorislav Petkov <bp@suse.de>
Sat, 27 Jan 2018 16:24:34 +0000 (16:24 +0000)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 8 Feb 2018 03:08:33 +0000 (21:08 -0600)
commit26197022b36ee68aaa1b866c9dbc3e36ad527519
treea9fd75f2e1abb3ac27bed418715563065e50abfe
parent18a785dcf7150c30e018770736c9e644c66d06f8
x86/speculation: Simplify indirect_branch_prediction_barrier()

BugLink: http://bugs.launchpad.net/bugs/1748072
commit 64e16720ea0879f8ab4547e3b9758936d483909b

Make it all a function which does the WRMSR instead of having a hairy
inline asm.

[dwmw2: export it, fix CONFIG_RETPOLINE issues]

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: ak@linux.intel.com
Cc: dave.hansen@intel.com
Cc: karahmed@amazon.de
Cc: arjan@linux.intel.com
Cc: torvalds@linux-foundation.org
Cc: peterz@infradead.org
Cc: bp@alien8.de
Cc: pbonzini@redhat.com
Cc: tim.c.chen@linux.intel.com
Cc: gregkh@linux-foundation.org
Link: https://lkml.kernel.org/r/1517070274-12128-4-git-send-email-dwmw@amazon.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/x86/include/asm/nospec-branch.h
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/bugs.c