Re: [PATCH] kernel: no chacha-mips.ko on mips32 r1 targets

2021-02-26 Thread Jason A. Donenfeld
On Fri, Feb 26, 2021 at 11:35 PM Ilya Lipnitskiy wrote: > > CHACHA_MIPS depends on CPU_MIPS32_R2. Therefore, > kmod-crypto-lib-chacha20 should not contain chacha-mips.ko on MIPS32 R1 > targets. Enforce that in the target-specific definition. > > Fixes bcm47xx, bcm63xx, lantiq/ase, ath25 builds. >

[PATCH] kernel: no chacha-mips.ko on mips32 r1 targets

2021-02-26 Thread Ilya Lipnitskiy
CHACHA_MIPS depends on CPU_MIPS32_R2. Therefore, kmod-crypto-lib-chacha20 should not contain chacha-mips.ko on MIPS32 R1 targets. Enforce that in the target-specific definition. Fixes bcm47xx, bcm63xx, lantiq/ase, ath25 builds. Fixes: 06351f1 ("kernel: migrate wireguard into the kernel tree") Cc: