mbox series

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

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

Pull-request

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

Message

Marc Zyngier July 18, 2021, 10:55 a.m. UTC
Hi Paolo,

Here's the first batch of KVM/arm64 fixes for 5.14. The most important
one is an embarrassing MTE one-liner, but we also have a couple of
selftest changes courtesy of Andrew.

Please pull,

	M.

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5cf17746b302aa32a4f200cc6ce38865bfe4cf94:

  KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist (2021-07-14 11:55:18 +0100)

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

- Fix MTE shared page detection

- Fix selftest use of obsolete pthread_yield() in favour of sched_yield()

- Enable selftest's use of PMU registers when asked to

----------------------------------------------------------------
Andrew Jones (2):
      KVM: selftests: change pthread_yield to sched_yield
      KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist

Marc Zyngier (1):
      KVM: arm64: Fix detection of shared VMAs on guest fault

 arch/arm64/kvm/mmu.c                               | 2 +-
 tools/testing/selftests/kvm/aarch64/get-reg-list.c | 3 ++-
 tools/testing/selftests/kvm/steal_time.c           | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)