Message ID | 20241117165757.247686-1-maz@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: vgic: Collection of fixes for 6.13 | expand |
On Sun, Nov 17, 2024 at 04:57:53PM +0000, Marc Zyngier wrote: > This is a more or less random collection of vgic fixes, addressing > issues ranging from "purely cosmetic" all the way to "pretty annoying" > (of which patch #1 is an example). > > The general theme is around the tightening of the internal API in > order to make it a bit more difficult to get things wrong, something > that I'm particularly good at. There is a bit more I'd like to do on > the ITS, but I'm testing the waters here. > > Patches on top of kvmarm-6.13, tested on the funky x1e box. I'm quite happy with the look of these patches. FYI I'll start picking up fixes in a few days.
On Sun, 17 Nov 2024 16:57:53 +0000, Marc Zyngier wrote: > This is a more or less random collection of vgic fixes, addressing > issues ranging from "purely cosmetic" all the way to "pretty annoying" > (of which patch #1 is an example). > > The general theme is around the tightening of the internal API in > order to make it a bit more difficult to get things wrong, something > that I'm particularly good at. There is a bit more I'd like to do on > the ITS, but I'm testing the waters here. > > [...] Applied to fixes, thanks! [1/4] KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR https://git.kernel.org/kvmarm/kvmarm/c/d561491ba927 [2/4] KVM: arm64: vgic: Make vgic_get_irq() more robust https://git.kernel.org/kvmarm/kvmarm/c/add570b39f9f [3/4] KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definition https://git.kernel.org/kvmarm/kvmarm/c/e7619f2a2f8f [4/4] KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizes https://git.kernel.org/kvmarm/kvmarm/c/3b2c81d5feb2 -- Best, Oliver