Re: [PATCH v4 1/2] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()

From: Dan Williams
Date: Wed May 27 2020 - 13:45:19 EST


On Sat, May 23, 2020 at 5:04 AM Michael Ellerman <mpe@xxxxxxxxxxxxxx> wrote:
>
> Hi Dan,
>
> Sorry one minor nit below.
>
> Dan Williams <dan.j.williams@xxxxxxxxx> 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@xxxxxxxxxxxxxx> (powerpc)

Will update, thanks!