powerpc/64s: Wire up cpu_show_spectre_v2()
authorMichael Ellerman <mpe@ellerman.id.au>
Sat, 26 May 2018 04:27:44 +0000 (14:27 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:51:53 +0000 (07:51 +0200)
commit046e9adae42afa8d7c12c05fdad8aefa99ca90c2
treeab6bac3946ea2de4b146f3f385ac1ca955eb8960
parent6e77feadbfbc9fa5ca760c1df88492cadbf1fb5c
powerpc/64s: Wire up cpu_show_spectre_v2()

commit d6fbe1c55c55c6937cbea3531af7da84ab7473c3 upstream.

Add a definition for cpu_show_spectre_v2() to override the generic
version. This has several permuations, though in practice some may not
occur we cater for any combination.

The most verbose is:

  Mitigation: Indirect branch serialisation (kernel only), Indirect
  branch cache disabled, ori31 speculation barrier enabled

We don't treat the ori31 speculation barrier as a mitigation on its
own, because it has to be *used* by code in order to be a mitigation
and we don't know if userspace is doing that. So if that's all we see
we say:

  Vulnerable, ori31 speculation barrier enabled

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/security.c