Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vfio: selftests: Build tests on aarch64

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: a55d4bbbe644 ("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>

authored by

Ted Logan and committed by
Alex Williamson
1347a742 56f90177

+1 -1
+1 -1
tools/testing/selftests/vfio/Makefile
··· 1 1 ARCH ?= $(shell uname -m) 2 2 3 - ifeq (,$(filter $(ARCH),arm64 x86_64)) 3 + ifeq (,$(filter $(ARCH),aarch64 arm64 x86_64)) 4 4 # Do nothing on unsupported architectures 5 5 include ../lib.mk 6 6 else