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

2020-08-04 Thread Luc Van Oostenryck
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

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

2020-08-03 Thread Stafford Horne
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 t