Re: [PATCHv2] selftests/powerpc/copyloops: Add memmove_64 test

2022-02-16 Thread Michael Ellerman
On Mon, 13 Sep 2021 11:47:20 +0530, Ritesh Harjani wrote: > While debugging an issue, we wanted to check whether the arch specific > kernel memmove implementation is correct. > This selftest could help test that. > > Applied to powerpc/next. [1/1] selftests/powerpc/copyloops: Add memmove_64 tes

Re: [PATCHv2] selftests/powerpc/copyloops: Add memmove_64 test

2022-02-08 Thread Michael Ellerman
Ritesh Harjani writes: > Found this, while checking my older emails. Sorry about not checking on this > before. Have addressed the review comments here [1] > > This still applies cleanly on 5.17-rc3 and passes. > > riteshh-> ./copyloops/memmove_64 > test: memmove > tags: git_version:v5.17-rc3-1-g8

Re: [PATCHv2] selftests/powerpc/copyloops: Add memmove_64 test

2022-02-07 Thread Ritesh Harjani
Found this, while checking my older emails. Sorry about not checking on this before. Have addressed the review comments here [1] This still applies cleanly on 5.17-rc3 and passes. riteshh-> ./copyloops/memmove_64 test: memmove tags: git_version:v5.17-rc3-1-g84f773abc114 success: memmove [1]: htt

[PATCHv2] selftests/powerpc/copyloops: Add memmove_64 test

2021-09-12 Thread Ritesh Harjani
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 Suggested-by: Vaibhav Jain Signed-off-by: Ritesh Harjani --- v1 -> v2: Integrated memmove_64 test within copyloops