Message ID | 20240419102935.1935571-1-maz@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | KVM/arm64: Add NV support for ERET and PAuth | expand |
On Fri, Apr 19, 2024 at 11:29:20AM +0100, Marc Zyngier wrote: > This is the fourth version of this series introducing ERET and PAuth > support for NV guests, and now the base prefix for the NV support > series. > > Unless someone shouts, I intend to take this in for 6.10. Meant to do this for the last spin, sorry: Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
On Fri, 19 Apr 2024 18:59:59 +0100, Oliver Upton <oliver.upton@linux.dev> wrote: > > On Fri, Apr 19, 2024 at 11:29:20AM +0100, Marc Zyngier wrote: > > This is the fourth version of this series introducing ERET and PAuth > > support for NV guests, and now the base prefix for the NV support > > series. > > > > Unless someone shouts, I intend to take this in for 6.10. > > Meant to do this for the last spin, sorry: > > Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Thanks! I'll queue the series shortly so that it can simmer in -next for a bit. Potential fixes can go on top if required. M.
On Fri, 19 Apr 2024 11:29:20 +0100, Marc Zyngier wrote: > This is the fourth version of this series introducing ERET and PAuth > support for NV guests, and now the base prefix for the NV support > series. > > Unless someone shouts, I intend to take this in for 6.10. > > * From v3 [3] > > [...] Applied to next, thanks! [01/15] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values commit: 1b06b99f25e0c957feb488ff8117a37f592c3866 [02/15] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET* commit: 80d8b55a57a18b0b1dac951ea28bfd657b14facc [03/15] KVM: arm64: Constraint PAuth support to consistent implementations commit: a07e9345615fb7e7dd4fd5d88d5aaf49085739d0 [04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag commit: 6f57c6be2a0889cc0fd32b0cd2eb25dfee20dde3 [05/15] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2 commit: 04ab519bb86df10bb8b72054fce9af1d72c36805 [06/15] KVM: arm64: nv: Add trap forwarding for ERET and SMC commit: 95537f06b9e826766f32e513d714e1cda468ef15 [07/15] KVM: arm64: nv: Fast-track 'InHost' exception returns commit: dd0717a998f77f449c70bee82626cbf9913fe78d [08/15] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set commit: 4cc3f31914d6df9dba8825db933d19c60028f5a8 [09/15] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently commit: 279946ada1f26a905061d0d6f134fff9e7b14239 [10/15] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0 commit: 15db034733e4df3ca8ab4bf0a593a8a9b4860541 [11/15] KVM: arm64: nv: Add kvm_has_pauth() helper commit: 719f5206a8fd8336d23ccda6fe2a3287fbfb4c92 [12/15] KVM: arm64: nv: Add emulation for ERETAx instructions commit: 6ccc971ee2c61a1ffb487e46bf6184f7df6aacfb [13/15] KVM: arm64: nv: Handle ERETA[AB] instructions commit: 213b3d1ea1612c6d26153be446923831c4534689 [14/15] KVM: arm64: nv: Advertise support for PAuth commit: f4f6a95bac49144c0d507c24af9905bb999a4579 [15/15] KVM: arm64: Drop trapping of PAuth instructions/keys commit: 814ad8f96e929fa9c60bd360d2f7bccfc1df0111 Cheers, M.