On Fri, Oct 30, 2020 at 04:16:48PM +0000, Marc Zyngier wrote: > On Tue, 27 Oct 2020 21:51:12 +0000, Will Deacon wrote: > > I was playing around with the asymmetric AArch32 RFCv2 from Qais: > > > > https://lore.kernel.org/r/20201021104611.2744565-1-qais.yousef@xxxxxxx > > > > and ended up writing my own implementation this afternoon. I think it's > > smaller, simpler and easier to work with. In particular: > > > > [...] > > Applied to next, thanks! > > [1/1] KVM: arm64: Handle Asymmetric AArch32 systems > commit: 22f553842b14a1289c088a79a67fb479d3fa2a4e Got to be honest, this gave me a heart attack at first! First patch is good though, just please don't apply the rest of this stuff :) Will