diff options
author | Ritesh Harjani <riteshh@linux.ibm.com> | 2021-09-13 11:47:20 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-02-12 22:47:44 +1100 |
commit | 2504e5b9827f7fc76ed0e4593adc852ac7a19851 (patch) | |
tree | ba2cee80f5518a5374c26b060e8250a35a94353d /tools/testing/selftests/powerpc/copyloops/.gitignore | |
parent | 92e6dc257bd5771cf8db662e4d371fdb58fcbf43 (diff) |
selftests/powerpc/copyloops: Add memmove_64 test
While debugging an issue, we wanted to check whether the arch specific
kernel memmove implementation is correct.
This selftest could help test that.
Suggested-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Suggested-by: Vaibhav Jain <vaibhav@linux.ibm.com>
Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/57242c1fe7aba6b7f0fcd0490303bfd5f222ee00.1631512686.git.riteshh@linux.ibm.com
Diffstat (limited to 'tools/testing/selftests/powerpc/copyloops/.gitignore')
-rw-r--r-- | tools/testing/selftests/powerpc/copyloops/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/.gitignore b/tools/testing/selftests/powerpc/copyloops/.gitignore index 994b11af765c..7283e8b07b75 100644 --- a/tools/testing/selftests/powerpc/copyloops/.gitignore +++ b/tools/testing/selftests/powerpc/copyloops/.gitignore @@ -13,3 +13,4 @@ copyuser_64_exc_t0 copyuser_64_exc_t1 copyuser_64_exc_t2 copy_mc_64 +memmove_64 |