[v2 PATCH] powerpc: Add gcc 128-bit shift helpers

2025-05-16 Thread Herbert Xu
On Fri, May 16, 2025 at 01:06:54PM +0200, Gabriel Paubert wrote: > > It won't work for big endian, nor for 32 bit obviously. Good catch, I will restrict the Kconfig option to little-endian. The accelerated crypto code which uses this is already restricted to little-endian anyway. The Kconfig opt

Re: [PATCH] powerpc: Add gcc 128-bit shift helpers

2025-05-16 Thread Gabriel Paubert
On Fri, May 16, 2025 at 04:46:17PM +0800, Herbert Xu wrote: > On Thu, May 15, 2025 at 08:06:09PM +0800, kernel test robot wrote: > > tree: > > https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git__;!!D9dNQwwGXtA!TSuOAutxjuD3Hp-RC0Fw9dTNuagdCKeNLTN71tv_O

[PATCH] powerpc: Add gcc 128-bit shift helpers

2025-05-16 Thread Herbert Xu
On Thu, May 15, 2025 at 08:06:09PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > master > head: 484803582c77061b470ac64a634f25f89715be3f > commit: c66d7ebbe2fa14e41913adb421090a7426f59786 [10914/11408] crypto: > powerpc/poly1305