Re: [PATCH] asm-generic: mark __{get,put}_user_fn as __always_inline

From: Arnd Bergmann
Date: Tue Oct 27 2020 - 11:19:18 EST


From: Arnd Bergmann <arnd@xxxxxxxx>

On Tue, 27 Oct 2020 09:50:17 +0100, Christoph Hellwig wrote:
> Without the explicit __always_inline, some RISC-V configs place the
> functions out of line, triggering the BUILD_BUG_ON checks in the
> function.

Applied to asm-generic-fixes, thanks!

[1/1] asm-generic: mark __{get,put}_user_fn as __always_inline
commit: 0bcd0a2be8c9ef39d84d167ff85359a49f7be175

Arnd