Skip to content

Commit 6ab32e6

Browse files
Ted Logangregkh
authored andcommitted
vfio: selftests: Build tests on aarch64
[ Upstream commit 1347a74 ] Fix vfio selftests on aarch64, allowing native builds on aarch64 hosts. Reported-by: Matt Evans <mattev@meta.com> Closes: https://lore.kernel.org/all/e51b4ff2-13c4-47d4-b781-3dcbd740d274@meta.com/ Fixes: a55d4bb ("vfio: selftests: only build tests on arm64 and x86_64") Signed-off-by: Ted Logan <tedlogan@fb.com> Reviewed-by: David Matlack <dmatlack@google.com> Link: https://lore.kernel.org/r/20260319-vfio-selftests-aarch64-v2-1-bb2621c24dc4@fb.com Signed-off-by: Alex Williamson <alex@shazbot.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent e350f8f commit 6ab32e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/vfio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARCH ?= $(shell uname -m)
22

3-
ifeq (,$(filter $(ARCH),arm64 x86_64))
3+
ifeq (,$(filter $(ARCH),aarch64 arm64 x86_64))
44
# Do nothing on unsupported architectures
55
include ../lib.mk
66
else

0 commit comments

Comments
 (0)