Message ID | 20200729102821.23392-1-will@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: Fixes to early stage-2 fault handling | expand |
On Wed, 29 Jul 2020 11:28:17 +0100, Will Deacon wrote: > This is version two of the patches I posted last week: > > https://lore.kernel.org/r/20200724143506.17772-1-will@kernel.org > > I got my brain in a twist with exactly what is reported in HPFAR for > a stage-2 abort on a stage-1 table walk, so I don't think any of these > are serious any more. > > [...] Applied to kvm-arm64/misc-5.9, thanks! [1/4] KVM: arm64: Rename kvm_vcpu_dabt_isextabt() commit: c9a636f29b5f236441ff059cef0b2fe734c05afd [2/4] KVM: arm64: Handle data and instruction external aborts the same way commit: 84b951a803a5464b0bff2fb1366e96f07f75b066 [3/4] KVM: arm64: Don't skip cache maintenance for read-only memslots commit: 54dc0d2404dd7aa0dd4e4f388a65622b68c6eaff [4/4] KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort() commit: 022c8328dc8021248047b373b9f67790641b8f2d Cheers, M.