On 19/01/2018 05:54, Paul Mackerras wrote: > Paolo & Radim, > > In case it makes life easier for you guys, I have put v2 of my "KVM: > PPC: Book3S: Provide information about hardware/firmware CVE > workarounds" patch in a branch (kvm-ppc-cve) with a signed tag that > you can pull. (V2 adds a few more bit definitions that have been > added to the hcall definition recently.) > > Thanks, > Paul. > > The following changes since commit 37b95951c58fdf08dc10afa9d02066ed9f176fb5: > > KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in kvm_valid_sregs() (2018-01-17 15:01:11 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-cve-4.15-2 > > for you to fetch changes up to 3214d01f139b7544e870fc0b7fcce8da13c1cb51: > > KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds (2018-01-19 15:17:01 +1100) > > ---------------------------------------------------------------- > Add PPC KVM ioctl to report vulnerability and workaround status to userspace. > > ---------------------------------------------------------------- > Paul Mackerras (1): > KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds > > Documentation/virtual/kvm/api.txt | 46 +++++++++++++ > arch/powerpc/include/uapi/asm/kvm.h | 25 +++++++ > arch/powerpc/kvm/powerpc.c | 131 ++++++++++++++++++++++++++++++++++++ > include/uapi/linux/kvm.h | 3 + > 4 files changed, 205 insertions(+) > FWIW, Radim pulled this. Thanks, Paolo