From: patchwork-bot+linux-riscv@kernel.org
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-riscv@lists.infradead.org, linux-crypto@vger.kernel.org,
linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu,
andy.chiu@sifive.com, ardb@kernel.org,
christoph.muellner@vrull.eu, heiko@sntech.de,
jerry.shih@sifive.com, palmer@dabbelt.com,
paul.walmsley@sifive.com, phoebe.chen@sifive.com,
hongrong.hsu@sifive.com
Subject: Re: [PATCH v3 00/10] RISC-V crypto with reworked asm files
Date: Tue, 23 Jan 2024 17:50:29 +0000 [thread overview]
Message-ID: <170603222985.30461.5962076100762100573.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240122002024.27477-1-ebiggers@kernel.org>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Sun, 21 Jan 2024 16:19:11 -0800 you wrote:
> This patchset, which applies to v6.8-rc1, adds cryptographic algorithm
> implementations accelerated using the RISC-V vector crypto extensions
> (https://github.com/riscv/riscv-crypto/releases/download/v1.0.0/riscv-crypto-spec-vector.pdf)
> and RISC-V vector extension
> (https://github.com/riscv/riscv-v-spec/releases/download/v1.0/riscv-v-spec-1.0.pdf).
> The following algorithms are included: AES in ECB, CBC, CTR, and XTS modes;
> ChaCha20; GHASH; SHA-2; SM3; and SM4.
>
> [...]
Here is the summary with links:
- [v3,01/10] RISC-V: add helper function to read the vector VLEN
(no matching commit)
- [v3,02/10] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
https://git.kernel.org/riscv/c/34ca4ec628de
- [v3,03/10] RISC-V: hook new crypto subdir into build-system
https://git.kernel.org/riscv/c/178f3856436c
- [v3,04/10] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
https://git.kernel.org/riscv/c/eb24af5d7a05
- [v3,05/10] crypto: riscv - add vector crypto accelerated ChaCha20
https://git.kernel.org/riscv/c/bb54668837a0
- [v3,06/10] crypto: riscv - add vector crypto accelerated GHASH
https://git.kernel.org/riscv/c/600a3853dfa0
- [v3,07/10] crypto: riscv - add vector crypto accelerated SHA-{256,224}
https://git.kernel.org/riscv/c/8c8e40470ffe
- [v3,08/10] crypto: riscv - add vector crypto accelerated SHA-{512,384}
https://git.kernel.org/riscv/c/b3415925a08b
- [v3,09/10] crypto: riscv - add vector crypto accelerated SM3
https://git.kernel.org/riscv/c/563a5255afa2
- [v3,10/10] crypto: riscv - add vector crypto accelerated SM4
https://git.kernel.org/riscv/c/b8d06352bbf3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-riscv@lists.infradead.org, linux-crypto@vger.kernel.org,
linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu,
andy.chiu@sifive.com, ardb@kernel.org,
christoph.muellner@vrull.eu, heiko@sntech.de,
jerry.shih@sifive.com, palmer@dabbelt.com,
paul.walmsley@sifive.com, phoebe.chen@sifive.com,
hongrong.hsu@sifive.com
Subject: Re: [PATCH v3 00/10] RISC-V crypto with reworked asm files
Date: Tue, 23 Jan 2024 17:50:29 +0000 [thread overview]
Message-ID: <170603222985.30461.5962076100762100573.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240122002024.27477-1-ebiggers@kernel.org>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Sun, 21 Jan 2024 16:19:11 -0800 you wrote:
> This patchset, which applies to v6.8-rc1, adds cryptographic algorithm
> implementations accelerated using the RISC-V vector crypto extensions
> (https://github.com/riscv/riscv-crypto/releases/download/v1.0.0/riscv-crypto-spec-vector.pdf)
> and RISC-V vector extension
> (https://github.com/riscv/riscv-v-spec/releases/download/v1.0/riscv-v-spec-1.0.pdf).
> The following algorithms are included: AES in ECB, CBC, CTR, and XTS modes;
> ChaCha20; GHASH; SHA-2; SM3; and SM4.
>
> [...]
Here is the summary with links:
- [v3,01/10] RISC-V: add helper function to read the vector VLEN
(no matching commit)
- [v3,02/10] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
https://git.kernel.org/riscv/c/34ca4ec628de
- [v3,03/10] RISC-V: hook new crypto subdir into build-system
https://git.kernel.org/riscv/c/178f3856436c
- [v3,04/10] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
https://git.kernel.org/riscv/c/eb24af5d7a05
- [v3,05/10] crypto: riscv - add vector crypto accelerated ChaCha20
https://git.kernel.org/riscv/c/bb54668837a0
- [v3,06/10] crypto: riscv - add vector crypto accelerated GHASH
https://git.kernel.org/riscv/c/600a3853dfa0
- [v3,07/10] crypto: riscv - add vector crypto accelerated SHA-{256,224}
https://git.kernel.org/riscv/c/8c8e40470ffe
- [v3,08/10] crypto: riscv - add vector crypto accelerated SHA-{512,384}
https://git.kernel.org/riscv/c/b3415925a08b
- [v3,09/10] crypto: riscv - add vector crypto accelerated SM3
https://git.kernel.org/riscv/c/563a5255afa2
- [v3,10/10] crypto: riscv - add vector crypto accelerated SM4
https://git.kernel.org/riscv/c/b8d06352bbf3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2024-01-23 17:50 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 0:19 [PATCH v3 00/10] RISC-V crypto with reworked asm files Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 01/10] RISC-V: add helper function to read the vector VLEN Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 02/10] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 03/10] RISC-V: hook new crypto subdir into build-system Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 04/10] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS} Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 05/10] crypto: riscv - add vector crypto accelerated ChaCha20 Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-04-12 7:59 ` Yangyu Chen
2024-04-12 7:59 ` Yangyu Chen
2024-04-12 8:07 ` Jerry Shih
2024-04-12 8:07 ` Jerry Shih
2024-01-22 0:19 ` [PATCH v3 06/10] crypto: riscv - add vector crypto accelerated GHASH Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 07/10] crypto: riscv - add vector crypto accelerated SHA-{256,224} Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 08/10] crypto: riscv - add vector crypto accelerated SHA-{512,384} Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 09/10] crypto: riscv - add vector crypto accelerated SM3 Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-22 0:19 ` [PATCH v3 10/10] crypto: riscv - add vector crypto accelerated SM4 Eric Biggers
2024-01-22 0:19 ` Eric Biggers
2024-01-23 1:58 ` [PATCH v3 00/10] RISC-V crypto with reworked asm files Palmer Dabbelt
2024-01-23 1:58 ` Palmer Dabbelt
2024-01-23 15:06 ` Christoph Müllner
2024-01-23 15:06 ` Christoph Müllner
2024-01-23 17:50 ` patchwork-bot+linux-riscv [this message]
2024-01-23 17:50 ` patchwork-bot+linux-riscv
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=170603222985.30461.5962076100762100573.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=andy.chiu@sifive.com \
--cc=aou@eecs.berkeley.edu \
--cc=ardb@kernel.org \
--cc=christoph.muellner@vrull.eu \
--cc=ebiggers@kernel.org \
--cc=heiko@sntech.de \
--cc=hongrong.hsu@sifive.com \
--cc=jerry.shih@sifive.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=phoebe.chen@sifive.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.