public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vfio: selftests: Build tests on aarch64
@ 2026-03-17 23:25 Ted Logan
  2026-03-18 22:55 ` Alex Williamson
  2026-03-19 17:59 ` David Matlack
  0 siblings, 2 replies; 7+ messages in thread
From: Ted Logan @ 2026-03-17 23:25 UTC (permalink / raw)
  To: David Matlack, Alex Williamson, Shuah Khan
  Cc: kvm, linux-kselftest, linux-kernel, Matt Evans, Ted Logan

Also build vfio self-tests on aarch64 variants, in addition to arm64 and
x86_64.

Reported-by: Matt Evans <mattev@meta.com>
Closes: https://lore.kernel.org/all/e51b4ff2-13c4-47d4-b781-3dcbd740d274@meta.com/
---
Signed-off-by: Ted Logan <tedlogan@fb.com>
---
 tools/testing/selftests/vfio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/vfio/Makefile b/tools/testing/selftests/vfio/Makefile
index 8e90e409e91d..98bc8d6271a4 100644
--- a/tools/testing/selftests/vfio/Makefile
+++ b/tools/testing/selftests/vfio/Makefile
@@ -1,4 +1,4 @@
-ARCH ?= $(shell uname -m)
+ARCH ?= $(shell uname -m | sed -e 's/aarch64.*/arm64/')
 
 ifeq (,$(filter $(ARCH),arm64 x86_64))
 # Do nothing on unsupported architectures

---
base-commit: 96ca4caf9066f5ebd35b561a521af588a8eb0215
change-id: 20260317-vfio-selftests-aarch64-636abf0f7674

Best regards,
-- 
Ted Logan <tedlogan@fb.com>


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

end of thread, other threads:[~2026-03-19 22:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 23:25 [PATCH] vfio: selftests: Build tests on aarch64 Ted Logan
2026-03-18 22:55 ` Alex Williamson
2026-03-19 13:51   ` Matt Evans
2026-03-19 14:37     ` Alex Williamson
2026-03-19 15:01       ` Matt Evans
2026-03-19 17:59 ` David Matlack
2026-03-19 22:55   ` Ted Logan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox