On Sat, May 23, 2020 at 5:04 AM Michael Ellerman mpe@ellerman.id.au wrote:
Hi Dan,
Sorry one minor nit below.
Dan Williams dan.j.williams@intel.com writes:
diff --git a/tools/testing/selftests/powerpc/copyloops/.gitignore b/tools/testing/selftests/powerpc/copyloops/.gitignore index ddaf140b8255..1152bcc819fe 100644 --- a/tools/testing/selftests/powerpc/copyloops/.gitignore +++ b/tools/testing/selftests/powerpc/copyloops/.gitignore @@ -12,4 +12,4 @@ memcpy_p7_t1 copyuser_64_exc_t0 copyuser_64_exc_t1 copyuser_64_exc_t2 -memcpy_mcsafe_64 +copy_mc_to_user
Should be:
+copy_mc_64
Otherwise the powerpc bits look good to me.
Acked-by: Michael Ellerman mpe@ellerman.id.au (powerpc)
Will update, thanks!