linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Danny Tsen <dtsen@linux.ibm.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: dtsen@us.ibm.com, nayna@linux.ibm.com,
	linux-kernel@vger.kernel.org, appro@cryptogams.org,
	linux-crypto@vger.kernel.org, ltcgcw@linux.vnet.ibm.com,
	leitao@debian.org, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] crypto:vmx: Move ppc vmx diirectory to arch/powerpc/crypto.
Date: Fri, 26 Jan 2024 18:42:36 +0800	[thread overview]
Message-ID: <46ca196c-b7d3-4f3c-9ef0-5d66fb24c9e6@linux.ibm.com> (raw)
In-Reply-To: <ZbN0LufXZ6YZmn3E@gondor.apana.org.au>

Thanks Herbert.

-Danny

On 1/26/24 4:58 PM, Herbert Xu wrote:
> On Tue, Jan 02, 2024 at 03:58:56PM -0500, Danny Tsen wrote:
>> Relocate all crypto files in vmx driver to arch/powerpc/crypto directory
>> and remove vmx directory.
>>
>> drivers/crypto/vmx/aes.c rename to arch/powerpc/crypto/aes.c
>> drivers/crypto/vmx/aes_cbc.c rename to arch/powerpc/crypto/aes_cbc.c
>> drivers/crypto/vmx/aes_ctr.c rename to arch/powerpc/crypto/aes_ctr.c
>> drivers/crypto/vmx/aes_xts.c rename to arch/powerpc/crypto/aes_xts.c
>> drivers/crypto/vmx/aesp8-ppc.h rename to arch/powerpc/crypto/aesp8-ppc.h
>> drivers/crypto/vmx/aesp8-ppc.pl rename to arch/powerpc/crypto/aesp8-ppc.pl
>> drivers/crypto/vmx/ghash.c rename to arch/powerpc/crypto/ghash.c
>> drivers/crypto/vmx/ghashp8-ppc.pl rename to arch/powerpc/crypto/ghashp8-ppc.pl
>> drivers/crypto/vmx/vmx.c rename to arch/powerpc/crypto/vmx.c
>>
>> deleted files:
>> drivers/crypto/vmx/Makefile
>> drivers/crypto/vmx/Kconfig
>> drivers/crypto/vmx/ppc-xlate.pl
>>
>> This patch has been tested has passed the selftest.  The patch is also tested with
>> CONFIG_CRYPTO_MANAGER_EXTRA_TESTS enabled.
>>
>> Signed-off-by: Danny Tsen <dtsen@linux.ibm.com>
>> ---
>>   arch/powerpc/crypto/Kconfig                   |  20 ++
>>   arch/powerpc/crypto/Makefile                  |  20 +-
>>   .../crypto/vmx => arch/powerpc/crypto}/aes.c  |   0
>>   .../vmx => arch/powerpc/crypto}/aes_cbc.c     |   0
>>   .../vmx => arch/powerpc/crypto}/aes_ctr.c     |   0
>>   .../vmx => arch/powerpc/crypto}/aes_xts.c     |   0
>>   .../vmx => arch/powerpc/crypto}/aesp8-ppc.h   |   0
>>   .../vmx => arch/powerpc/crypto}/aesp8-ppc.pl  |   0
>>   .../vmx => arch/powerpc/crypto}/ghash.c       |   0
>>   .../powerpc/crypto}/ghashp8-ppc.pl            |   0
>>   .../crypto/vmx => arch/powerpc/crypto}/vmx.c  |   0
>>   drivers/crypto/Kconfig                        |  14 +-
>>   drivers/crypto/Makefile                       |   2 +-
>>   drivers/crypto/vmx/.gitignore                 |   3 -
>>   drivers/crypto/vmx/Kconfig                    |  14 --
>>   drivers/crypto/vmx/Makefile                   |  23 --
>>   drivers/crypto/vmx/ppc-xlate.pl               | 231 ------------------
>>   17 files changed, 46 insertions(+), 281 deletions(-)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes.c (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes_cbc.c (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes_ctr.c (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes_xts.c (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/aesp8-ppc.h (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/aesp8-ppc.pl (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/ghash.c (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/ghashp8-ppc.pl (100%)
>>   rename {drivers/crypto/vmx => arch/powerpc/crypto}/vmx.c (100%)
>>   delete mode 100644 drivers/crypto/vmx/.gitignore
>>   delete mode 100644 drivers/crypto/vmx/Kconfig
>>   delete mode 100644 drivers/crypto/vmx/Makefile
>>   delete mode 100644 drivers/crypto/vmx/ppc-xlate.pl
> Patch applied.  Thanks.

      reply	other threads:[~2024-01-26 10:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02 20:58 [PATCH] crypto:vmx: Move ppc vmx diirectory to arch/powerpc/crypto Danny Tsen
2024-01-26  8:58 ` Herbert Xu
2024-01-26 10:42   ` Danny Tsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46ca196c-b7d3-4f3c-9ef0-5d66fb24c9e6@linux.ibm.com \
    --to=dtsen@linux.ibm.com \
    --cc=appro@cryptogams.org \
    --cc=dtsen@us.ibm.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=leitao@debian.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=ltcgcw@linux.vnet.ibm.com \
    --cc=nayna@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).