projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343d591
)
kselftest/arm64: Remove spurious comment from MTE test Makefile
author
Mark Brown
<broonie@kernel.org>
Thu, 12 Jan 2023 19:51:52 +0000
(19:51 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 20 Jan 2023 14:30:46 +0000
(14:30 +0000)
There's a stray comment in the MTE test Makefile which documents
something that's since been removed, delete it.
Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link:
https://lore.kernel.org/r/20230111-arm64-kselftest-clang-v1-6-89c69d377727@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/mte/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/arm64/mte/Makefile
b/tools/testing/selftests/arm64/mte/Makefile
index fdb9acdca42b1e659200684a31ab6a4c55bb6918..0d7ac3db8390547a63e8dd2cd2238902cf3e53f9 100644
(file)
--- a/
tools/testing/selftests/arm64/mte/Makefile
+++ b/
tools/testing/selftests/arm64/mte/Makefile
@@
-28,7
+28,6
@@
ifeq ($(mte_cc_support),1)
# Generated binaries to be installed by top KSFT script
TEST_GEN_PROGS := $(PROGS)
-# Get Kernel headers installed and use them.
else
$(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
$(warning test program "mte" will not be created.)