[PATCH 1/2] x86/chacha20: Avoid spurious jumps to other functions
From: Sedat Dilek
Date: Fri Mar 25 2022 - 08:06:08 EST
[ CC me I am not subscribed to LKML/linux-x86 mailing-lists ]
[ CC Nathan and Nick D. ]
Hi Peter,
Thanks for the patch it fixes a long standing build warning for me
with LLVM/Clang toolchain (here: v14.0.0).
Along with a workaround in [1] I am now "warning-free".
Just a note:
I guess crypto folk want a "***crypto:*** x86/chacha20: ..." in the
subject line.
Feel free to add my:
Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> # LLVM/Clang v14.0.0 (x86-64)
Regards,
- Sedat -
[0] https://github.com/ClangBuiltLinux/linux/issues/1613
[1] https://github.com/ClangBuiltLinux/linux/issues/1613#issuecomment-1078663165