On 7/16/25 18:47, Oliver Upton wrote: > On Mon, 14 Jul 2025 12:54:58 +0100, Marc Zyngier wrote: >> Here's a very short (and hopefully not too controversial) series >> converting a few more registers to the config-driven sanitisation >> framework (this is mostly a leftover from the corresponding 6.16 >> monster series). >> >> Patches on top of -rc3. >> >> [...] > > Applied to next, thanks! The following merge commit creates a ./diff file. Found out because I had some local leftover one which prevented git checkout of current next. commit 811ec70dcf9cc411e4fdf36db608dc9bcffb7a06 Merge: 5ba04149822c 3096d238ec49 Author: Oliver Upton <oliver.upton@xxxxxxxxx> Date: Tue Jul 15 20:40:59 2025 -0700 Merge branch 'kvm-arm64/config-masks' into kvmarm/next Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx> > [1/5] arm64: sysreg: Add THE/ASID2 controls to TCR2_ELx > https://git.kernel.org/kvmarm/kvmarm/c/a3ed7da911c1 > [2/5] KVM: arm64: Convert TCR2_EL2 to config-driven sanitisation > https://git.kernel.org/kvmarm/kvmarm/c/001e032c0f3f > [3/5] KVM: arm64: Convert SCTLR_EL1 to config-driven sanitisation > https://git.kernel.org/kvmarm/kvmarm/c/6bd4a274b026 > [4/5] KVM: arm64: Convert MDCR_EL2 to config-driven sanitisation > https://git.kernel.org/kvmarm/kvmarm/c/cd64587f10b1 > [5/5] KVM: arm64: Tighten the definition of FEAT_PMUv3p9 > https://git.kernel.org/kvmarm/kvmarm/c/3096d238ec49 > > -- > Best, > Oliver >