public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64/kvm spectre-v1 fixes
@ 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
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Mark Rutland @ 2018-04-25 16:13 UTC (permalink / raw)
  To: linux-arm-kernel

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] 7+ messages in thread

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

Thread overview: 7+ 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 ` [PATCH 1/3] arm64: fix possible spectre-v1 in ptrace_hbp_get_event() 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 ` [PATCH 3/3] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() Mark Rutland
2018-04-26 10:37 ` [PATCH 0/3] arm64/kvm spectre-v1 fixes Marc Zyngier
2018-04-26 14:10 ` Christoffer Dall
2018-04-26 15:58 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox