All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/arm64 fixes for 5.14, take #1
@ 2021-07-18 10:55 ` Marc Zyngier
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Zyngier @ 2021-07-18 10:55 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Andrew Jones, Catalin Marinas, Steven Price, James Morse,
	Suzuki K Poulose, Alexandru Elisei, linux-arm-kernel, kvmarm,
	kvm, kernel-team

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] KVM/arm64 fixes for 5.14, take #1
@ 2021-07-18 10:55 ` Marc Zyngier
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Zyngier @ 2021-07-18 10:55 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: kernel-team, kvm, Catalin Marinas, Steven Price, kvmarm,
	linux-arm-kernel

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(-)
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] KVM/arm64 fixes for 5.14, take #1
@ 2021-07-18 10:55 ` Marc Zyngier
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Zyngier @ 2021-07-18 10:55 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Andrew Jones, Catalin Marinas, Steven Price, James Morse,
	Suzuki K Poulose, Alexandru Elisei, linux-arm-kernel, kvmarm,
	kvm, kernel-team

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-18 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 10:55 [GIT PULL] KVM/arm64 fixes for 5.14, take #1 Marc Zyngier
2021-07-18 10:55 ` Marc Zyngier
2021-07-18 10:55 ` Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.