summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64/Makefile
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2020-10-07 14:36:24 +0100
committerWill Deacon <will@kernel.org>2020-10-07 14:36:24 +0100
commita82e4ef0417b89c6707706b9194fb0c7872a4c6a (patch)
tree242f70860554b3b00fd796567b8f22919e6df4f9 /tools/testing/selftests/arm64/Makefile
parentbaab853229ec1f291cec6a70ed61ce93159d0997 (diff)
parentd433ab42fdc2c8a32e5df7d53833310f0ab9822c (diff)
downloadlinux-a82e4ef0417b89c6707706b9194fb0c7872a4c6a.tar.bz2
Merge branch 'for-next/late-arrivals' into for-next/core
Late patches for 5.10: MTE selftests, minor KCSAN preparation and removal of some unused prototypes. (Amit Daniel Kachhap and others) * for-next/late-arrivals: arm64: random: Remove no longer needed prototypes arm64: initialize per-cpu offsets earlier kselftest/arm64: Check mte tagged user address in kernel kselftest/arm64: Verify KSM page merge for MTE pages kselftest/arm64: Verify all different mmap MTE options kselftest/arm64: Check forked child mte memory accessibility kselftest/arm64: Verify mte tag inclusion via prctl kselftest/arm64: Add utilities and a test to validate mte memory
Diffstat (limited to 'tools/testing/selftests/arm64/Makefile')
-rw-r--r--tools/testing/selftests/arm64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/Makefile b/tools/testing/selftests/arm64/Makefile
index 463d56278f8f..2c9d012797a7 100644
--- a/tools/testing/selftests/arm64/Makefile
+++ b/tools/testing/selftests/arm64/Makefile
@@ -4,7 +4,7 @@
ARCH ?= $(shell uname -m 2>/dev/null || echo not)
ifneq (,$(filter $(ARCH),aarch64 arm64))
-ARM64_SUBTARGETS ?= tags signal pauth fp
+ARM64_SUBTARGETS ?= tags signal pauth fp mte
else
ARM64_SUBTARGETS :=
endif