Re: [PATCH] futex: Fix sparc32/m68k/nds32 build regression

From: Arnd Bergmann
Date: Fri Dec 10 2021 - 05:50:05 EST


On Fri, Dec 10, 2021 at 11:39 AM Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> * Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
> > From: Arnd Bergmann <arnd@xxxxxxxx>

> Doesn't solve the regression on MIPS defconfig:
> ./arch/mips/include/asm/futex.h: In function 'arch_futex_atomic_op_inuser':
> ./arch/mips/include/asm/futex.h:89:23: error: implicit declaration of function 'arch_futex_atomic_op_inuser_local'; did you mean 'futex_atomic_op_inuser_local'? [-Werror=implicit-function-declaration]
> 89 | ret = arch_futex_atomic_op_inuser_local(op, oparg, oval,\

Right, mips and xtensa still have the same problem that I fixed for
the others, I posted
another fix after the 0day bot reported it. I think

https://lore.kernel.org/lkml/20211203080823.2938839-1-arnd@xxxxxxxxxx/

should address the remaining regression.

Arnd