linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] KVM: selftests: Add ID reg test, update headers
@ 2023-10-10  1:10 Oliver Upton
  2023-10-10  1:10 ` [PATCH v2 1/5] tools headers arm64: Copy sysreg-defs generation from kernel source Oliver Upton
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Oliver Upton @ 2023-10-10  1:10 UTC (permalink / raw)
  To: kvm
  Cc: kvmarm, linux-arm-kernel, linux-perf-users, Mark Brown,
	Jing Zhang, Zenghui Yu, Suzuki K Poulose, James Morse,
	Marc Zyngier, Paolo Bonzini, Adrian Hunter, Ian Rogers,
	Namhyung Kim, Jiri Olsa, Alexander Shishkin, Mark Rutland,
	Arnaldo Carvalho de Melo, Ingo Molnar, Peter Zijlstra,
	Oliver Upton

The writable ID register test depends on the latest system register
definitions, which cannot be trivially added to tools. In order to keep
a single copy of sysreg gunk in tools all users (KVM selftests, perf)
need to be updated to generate headers at build time.

Tested arm64 and x86 builds of both KVM selftests and perf tool.

v1 -> v2:
 - Use the sysreg definition generation script instead of copying the
   output (broonie)
 - Use a common Makefile for both KVM selftests as well as perf
 - Include the KVM selftest responsible for the change

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

Jing Zhang (2):
  tools headers arm64: Update sysreg.h with kernel sources
  KVM: arm64: selftests: Test for setting ID register from usersapce

Oliver Upton (3):
  tools headers arm64: Copy sysreg-defs generation from kernel source
  perf build: Generate arm64's sysreg-defs.h and add to include path
  KVM: selftests: Generate sysreg-defs.h and add to include path

 tools/arch/arm64/include/.gitignore           |    1 +
 tools/arch/arm64/include/asm/gpr-num.h        |   26 +
 tools/arch/arm64/include/asm/sysreg.h         |  839 ++----
 tools/arch/arm64/tools/Makefile               |   38 +
 tools/arch/arm64/tools/gen-sysreg.awk         |  336 +++
 tools/arch/arm64/tools/sysreg                 | 2497 +++++++++++++++++
 tools/perf/Makefile.perf                      |   15 +-
 tools/perf/check-headers.sh                   |    4 +
 tools/perf/util/Build                         |    2 +-
 tools/testing/selftests/kvm/Makefile          |   24 +-
 .../selftests/kvm/aarch64/aarch32_id_regs.c   |    4 +-
 .../selftests/kvm/aarch64/debug-exceptions.c  |   12 +-
 .../selftests/kvm/aarch64/page_fault_test.c   |    6 +-
 .../selftests/kvm/aarch64/set_id_regs.c       |  479 ++++
 .../selftests/kvm/lib/aarch64/processor.c     |    6 +-
 15 files changed, 3622 insertions(+), 667 deletions(-)
 create mode 100644 tools/arch/arm64/include/.gitignore
 create mode 100644 tools/arch/arm64/include/asm/gpr-num.h
 create mode 100644 tools/arch/arm64/tools/Makefile
 create mode 100755 tools/arch/arm64/tools/gen-sysreg.awk
 create mode 100644 tools/arch/arm64/tools/sysreg
 create mode 100644 tools/testing/selftests/kvm/aarch64/set_id_regs.c


base-commit: dafa493dd01d5992f1cb70b08d1741c3ab99e04a
-- 
2.42.0.609.gbb76f46606-goog


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

end of thread, other threads:[~2023-10-11 18:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  1:10 [PATCH v2 0/5] KVM: selftests: Add ID reg test, update headers Oliver Upton
2023-10-10  1:10 ` [PATCH v2 1/5] tools headers arm64: Copy sysreg-defs generation from kernel source Oliver Upton
2023-10-10 17:50   ` Mark Brown
2023-10-11 16:51   ` Marc Zyngier
2023-10-11 16:59     ` Mark Brown
2023-10-11 18:05       ` Oliver Upton
2023-10-11 18:13         ` Mark Brown
2023-10-10  1:10 ` [PATCH v2 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path Oliver Upton
2023-10-10  1:10 ` [PATCH v2 3/5] KVM: selftests: Generate " Oliver Upton
2023-10-10 17:53   ` Mark Brown
2023-10-10  1:10 ` [PATCH v2 4/5] tools headers arm64: Update sysreg.h with kernel sources Oliver Upton
2023-10-10  1:10 ` [PATCH v2 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce Oliver Upton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).