Re: [PATCH v2 00/17] SHA-512 library functions
From: Linus Torvalds
Date: Tue Jun 17 2025 - 16:10:08 EST
On Tue, 17 Jun 2025 at 12:59, Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> Again, the tests depend on the code they test being added first.
Sure, and that's fine. We have lots of "this depends on that".
> I could do two pull requests, the first with all non-test code and the second
> with all test code, where the second depends on the first, i.e. it will have the
> last commit of the first as its base commit. Is that what you want?
Yes.
Or if one single pull request, split out the diffstat with the
explanation (that's the "Or at the very least spell things out *very*
clearly" option). But two separate pull requests would actually be my
preference.
Linus