mbox series

[GIT,PULL] KVM/arm64 fixes for 6.0, take #1

Message ID 20220818140844.2312534-1-maz@kernel.org
State New
Headers show
Series [GIT,PULL] KVM/arm64 fixes for 6.0, take #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.0-1

Message

Marc Zyngier Aug. 18, 2022, 2:08 p.m. UTC
Paolo,

Here's a small set of KVM/arm64 fixes for 6.0, the most visible thing
being a better handling of systems with asymmetric AArch32 support.

Please pull,

	M.

The following changes since commit 0982c8d859f8f7022b9fd44d421c7ec721bb41f9:

  Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next (2022-07-27 18:33:27 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.0-1

for you to fetch changes up to b10d86fb8e46cc812171728bcd326df2f34e9ed5:

  KVM: arm64: Reject 32bit user PSTATE on asymmetric systems (2022-08-17 10:29:07 +0100)

----------------------------------------------------------------
KVM/arm64 fixes for 6.0, take #1

- Fix unexpected sign extension of KVM_ARM_DEVICE_ID_MASK

- Tidy-up handling of AArch32 on asymmetric systems

----------------------------------------------------------------
Oliver Upton (2):
      KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems
      KVM: arm64: Reject 32bit user PSTATE on asymmetric systems

Yang Yingliang (1):
      KVM: arm64: Fix compile error due to sign extension

 arch/arm64/include/asm/kvm_host.h | 4 ++++
 arch/arm64/include/uapi/asm/kvm.h | 6 ++++--
 arch/arm64/kvm/arm.c              | 3 +--
 arch/arm64/kvm/guest.c            | 2 +-
 arch/arm64/kvm/sys_regs.c         | 4 ++--
 5 files changed, 12 insertions(+), 7 deletions(-)

Comments

Paolo Bonzini Aug. 19, 2022, 9:44 a.m. UTC | #1
Pulled, thanks.

Paolo

On Thu, Aug 18, 2022 at 4:09 PM Marc Zyngier <maz@kernel.org> wrote:
>
> Paolo,
>
> Here's a small set of KVM/arm64 fixes for 6.0, the most visible thing
> being a better handling of systems with asymmetric AArch32 support.
>
> Please pull,
>
>         M.
>
> The following changes since commit 0982c8d859f8f7022b9fd44d421c7ec721bb41f9:
>
>   Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next (2022-07-27 18:33:27 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.0-1
>
> for you to fetch changes up to b10d86fb8e46cc812171728bcd326df2f34e9ed5:
>
>   KVM: arm64: Reject 32bit user PSTATE on asymmetric systems (2022-08-17 10:29:07 +0100)
>
> ----------------------------------------------------------------
> KVM/arm64 fixes for 6.0, take #1
>
> - Fix unexpected sign extension of KVM_ARM_DEVICE_ID_MASK
>
> - Tidy-up handling of AArch32 on asymmetric systems
>
> ----------------------------------------------------------------
> Oliver Upton (2):
>       KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems
>       KVM: arm64: Reject 32bit user PSTATE on asymmetric systems
>
> Yang Yingliang (1):
>       KVM: arm64: Fix compile error due to sign extension
>
>  arch/arm64/include/asm/kvm_host.h | 4 ++++
>  arch/arm64/include/uapi/asm/kvm.h | 6 ++++--
>  arch/arm64/kvm/arm.c              | 3 +--
>  arch/arm64/kvm/guest.c            | 2 +-
>  arch/arm64/kvm/sys_regs.c         | 4 ++--
>  5 files changed, 12 insertions(+), 7 deletions(-)
>