aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/copyloops/asm
diff options
context:
space:
mode:
authorSantosh Sivaraj <santosh@fossix.org>2019-09-04 03:13:59 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2019-09-12 09:27:00 +1000
commit6f62a8223e65c0571e48225d5d7e56de95225bae (patch)
tree289ff5946d3c92ef4baab0684d82afbc492e8e52 /tools/testing/selftests/powerpc/copyloops/asm
parentpowerpc/memcpy: Fix stack corruption for smaller sizes (diff)
downloadlinux-dev-6f62a8223e65c0571e48225d5d7e56de95225bae.tar.xz
linux-dev-6f62a8223e65c0571e48225d5d7e56de95225bae.zip
seltests/powerpc: Add a selftest for memcpy_mcsafe
Appropriate self tests for memcpy_mcsafe Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Santosh Sivaraj <santosh@fossix.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190903214359.23887-2-santosh@fossix.org
Diffstat (limited to 'tools/testing/selftests/powerpc/copyloops/asm')
-rw-r--r--tools/testing/selftests/powerpc/copyloops/asm/export.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/asm/export.h b/tools/testing/selftests/powerpc/copyloops/asm/export.h
index 05c1663c89b0..e6b80d5fbd14 100644
--- a/tools/testing/selftests/powerpc/copyloops/asm/export.h
+++ b/tools/testing/selftests/powerpc/copyloops/asm/export.h
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
#define EXPORT_SYMBOL(x)
+#define EXPORT_SYMBOL_GPL(x)
#define EXPORT_SYMBOL_KASAN(x)