Re: [PATCH v3 0/4] perf: Remove libcrypto dependency

From: Namhyung Kim
Date: Fri Jun 27 2025 - 14:53:24 EST


On Wed, 25 Jun 2025 13:23:07 -0700, Eric Biggers wrote:
> This is a reworked version of
> https://lore.kernel.org/all/20250521225307.743726-1-yuzhuo@xxxxxxxxxx/.
> I've changed it to add a new minimal SHA-1 implementation, instead of
> trying to pull in the kernel's SHA-1 implementation which is not really
> designed to be extracted into userspace programs. I also added a test.
>
> Changed in v3:
> - Rebased onto perf-tools-next
> - Removed unnecessary parentheses in array indices in sha1.c
> - Updated my email address. I've started consistently using my
> kernel.org email address.
>
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung