All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64/kvm spectre-v1 fixes
@ 2018-04-25 16:13 ` Mark Rutland
  0 siblings, 0 replies; 14+ messages in thread
From: Mark Rutland @ 2018-04-25 16:13 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: mark.rutland, cdall, marc.zyngier, catalin.marinas, will.deacon,
	kvmarm

These patches fix arm64-specific potential spectre-v1 gadgets found by
smatch when run over v4.17-rc2.

I'm still building up my smatch database, so it's possible that there are
further gadgets to be found.

For the moment I've ignored issues which appear to be cross-architecture.

Thanks,
Mark.

Mark Rutland (3):
  arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
  KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
  KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()

 arch/arm64/kernel/ptrace.c       | 14 ++++++++++----
 virt/kvm/arm/vgic/vgic-mmio-v2.c |  5 +++++
 virt/kvm/arm/vgic/vgic.c         | 14 ++++++++++----
 3 files changed, 25 insertions(+), 8 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-04-26 15:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 16:13 [PATCH 0/3] arm64/kvm spectre-v1 fixes Mark Rutland
2018-04-25 16:13 ` Mark Rutland
2018-04-25 16:13 ` [PATCH 1/3] arm64: fix possible spectre-v1 in ptrace_hbp_get_event() Mark Rutland
2018-04-25 16:13   ` Mark Rutland
2018-04-25 16:13 ` [PATCH 2/3] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq() Mark Rutland
2018-04-25 16:13   ` Mark Rutland
2018-04-25 16:13 ` [PATCH 3/3] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() Mark Rutland
2018-04-25 16:13   ` Mark Rutland
2018-04-26 10:37 ` [PATCH 0/3] arm64/kvm spectre-v1 fixes Marc Zyngier
2018-04-26 10:37   ` Marc Zyngier
2018-04-26 14:10 ` Christoffer Dall
2018-04-26 14:10   ` Christoffer Dall
2018-04-26 15:58 ` Will Deacon
2018-04-26 15:58   ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.