Re: [PATCH 0/4] lib/crypto: ML-DSA verification support

From: Eric Biggers

Date: Fri Nov 21 2025 - 01:18:11 EST


On Thu, Nov 20, 2025 at 08:11:16AM +0000, David Howells wrote:
> Note that your emailed patches seem corrupt somehow, but I can fetch the git
> branch.

Works for me:

git checkout -d 10a1140107e0b98bd67d37ae7af72989dd7df00b
b4 am 20251120003653.335863-1-ebiggers@xxxxxxxxxx
git am ./20251119_ebiggers_lib_crypto_ml_dsa_verification_support.mbx

10a1140107e0b98bd67d37ae7af72989dd7df00b is the base-commit listed in
the cover letter, via the --base option to 'git format-patch'. It's the
current head of libcrypto-next and is also in linux-next. Maybe you
tried applying the series to a different commit.

Anyway, using the git repo is fine too. This sort of stuff is exactly
why I usually provide a git link too.

- Eric