aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-07-28 18:35:39 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2021-08-02 13:21:30 +0100
commitdac3ce63bffe0ef5c0a3fa9b5f6140b633cbc830 (patch)
tree61c869cc42de84dca5e5888cbe96809b89a5d2b0
parentLinux 5.14-rc3 (diff)
downloadlinux-dev-dac3ce63bffe0ef5c0a3fa9b5f6140b633cbc830.tar.xz
linux-dev-dac3ce63bffe0ef5c0a3fa9b5f6140b633cbc830.zip
kselftest/arm64: Ignore check_gcr_el1_cswitch binary
We added check_gcr_el1_cswitch but did not ignore the generated binary, add it. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210728173539.6231-1-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r--tools/testing/selftests/arm64/mte/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/mte/.gitignore b/tools/testing/selftests/arm64/mte/.gitignore
index bc3ac63f3314..d1fe4ddf1669 100644
--- a/tools/testing/selftests/arm64/mte/.gitignore
+++ b/tools/testing/selftests/arm64/mte/.gitignore
@@ -1,4 +1,5 @@
check_buffer_fill
+check_gcr_el1_cswitch
check_tags_inclusion
check_child_memory
check_mmap_options