Re: [PATCH 3/6] openrisc: uaccess: Use static inline function in access_ok

From: Luc Van Oostenryck
Date: Tue Aug 04 2020 - 16:48:31 EST


On Tue, Aug 04, 2020 at 01:23:51PM +0900, Stafford Horne wrote:
> As suggested by Linus when reviewing commit 9cb2feb4d21d
> ("arch/openrisc: Fix issues with access_ok()") last year; making
> __range_ok an inline function also fixes the used twice issue that the
> commit was fixing. I agree it's a good cleanup. This patch addresses
> that as I am currently working on the access_ok macro to fixup sparse
> annotations in OpenRISC.
>
> Suggested-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Stafford Horne <shorne@xxxxxxxxx>

Look good to me.

-- Luc