Message ID | cover.1744784515.git.herbert@gondor.apana.org.au |
---|---|
Headers | show |
Series | crypto: shash - Handle partial blocks in API | expand |
On Wed, Apr 16, 2025 at 02:42:42PM +0800, Herbert Xu wrote: > This series is based on > > https://lore.kernel.org/linux-crypto/Z_8-y1NkOSm7HY8C@gondor.apana.org.au Which links to a random message in a thread. Going to cover letter says: This series is based on https://lore.kernel.org/linux-crypto/cover.1744454589.git.herbert@gondor.apana.org.au But that one lists no base-commit. And this series does not apply to current cryptodev/master. So there's no way to apply this series to review it. I think the high-level idea is still suspect, as I said before. Especially for sha256 and sha512 which I will be fixing to have proper library APIs. I don't think it's particularly helpful to be futzing around with how those are integrated into shash when I'll be fixing it properly soon. But whatever, as usual for your submissions this will get pushed out anyway, likely without running the tests (FYI the compression tests are already failing on cryptodev/master due to your recent changes). - Eric