diff options
author | Will Deacon <will@kernel.org> | 2020-10-07 15:36:24 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-10-07 15:36:24 +0200 |
commit | a82e4ef0417b89c6707706b9194fb0c7872a4c6a (patch) | |
tree | 242f70860554b3b00fd796567b8f22919e6df4f9 /tools/testing/selftests/arm64/Makefile | |
parent | Merge branch 'for-next/mte' into for-next/core (diff) | |
parent | arm64: random: Remove no longer needed prototypes (diff) | |
download | linux-a82e4ef0417b89c6707706b9194fb0c7872a4c6a.tar.xz linux-a82e4ef0417b89c6707706b9194fb0c7872a4c6a.zip |
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/Makefile | 2 |
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 |