Re: [PATCH] crypto: powerpc/poly1305 - Fix input mixup in poly1305_emit_arch
From: Eric Biggers
Date: Sat May 10 2025 - 00:45:06 EST
On Fri, May 09, 2025 at 08:29:00PM +0800, Herbert Xu wrote:
> On Thu, May 08, 2025 at 08:35:48PM +0530, Venkat Rao Bagalkote wrote:
> >
> > Unfortunately, above patch dosent fix the boot warning.
>
> This works for me:
>
> ---8<---
> Swap the order of the arguments in poly1305_emit_arch to match
> the prototype.
>
> Fixes: 14d31979145d ("crypto: powerpc/poly1305 - Add block-only interface")
> Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
This fixes "-cpu Power10", but older CPUs (e.g. "-cpu POWER9") are still
failing.
- Eric