mbox series

[v2,0/2] KVM: selftests: Enable access_tracking_perf_test for arm64

Message ID 20221118211503.4049023-1-oliver.upton@linux.dev (mailing list archive)
Headers show
Series KVM: selftests: Enable access_tracking_perf_test for arm64 | expand

Message

Oliver Upton Nov. 18, 2022, 9:15 p.m. UTC
Small series to add support for arm64 to access_tracking_perf_test and
correct a couple bugs along the way.

Tested on Ampere Altra w/ all supported guest modes.

v1 -> v2:
 - Have perf_test_util indicate when to stop vCPU threads (Sean)
 - Collect Gavin's R-b on the second patch. I left off Gavin's R-b on
   the first patch as it was retooled.

v1: https://lore.kernel.org/kvmarm/20221111231946.944807-1-oliver.upton@linux.dev/

Oliver Upton (2):
  KVM: selftests: Have perf_test_util signal when to stop vCPUs
  KVM: selftests: Build access_tracking_perf_test for arm64

 tools/testing/selftests/kvm/Makefile                      | 1 +
 tools/testing/selftests/kvm/access_tracking_perf_test.c   | 8 +-------
 tools/testing/selftests/kvm/include/perf_test_util.h      | 3 +++
 tools/testing/selftests/kvm/lib/perf_test_util.c          | 3 +++
 .../selftests/kvm/memslot_modification_stress_test.c      | 6 +-----
 5 files changed, 9 insertions(+), 12 deletions(-)


base-commit: 30a0b95b1335e12efef89dd78518ed3e4a71a763

Comments

Marc Zyngier Nov. 29, 2022, 5:31 p.m. UTC | #1
On Fri, 18 Nov 2022 21:15:01 +0000, Oliver Upton wrote:
> Small series to add support for arm64 to access_tracking_perf_test and
> correct a couple bugs along the way.
> 
> Tested on Ampere Altra w/ all supported guest modes.
> 
> v1 -> v2:
>  - Have perf_test_util indicate when to stop vCPU threads (Sean)
>  - Collect Gavin's R-b on the second patch. I left off Gavin's R-b on
>    the first patch as it was retooled.
> 
> [...]

Applied to next, thanks!

[1/2] KVM: selftests: Have perf_test_util signal when to stop vCPUs
      commit: 9ec1eb1bcceec735fb3c9255cdcdbcc2acf860a0
[2/2] KVM: selftests: Build access_tracking_perf_test for arm64
      commit: 4568180411e0fb5613e217da1c693466e39b9c27

Cheers,

	M.