Re: [PATCH] arch/openrisc: Fix issues with access_ok()

From: Linus Torvalds
Date: Tue Jan 08 2019 - 13:11:00 EST


On Tue, Jan 8, 2019 at 5:15 AM Stafford Horne <shorne@xxxxxxxxx> wrote:
>
> The commit 594cc251fdd0 ("make 'user_access_begin()' do 'access_ok()'")
> exposed incorrect implementations of access_ok() macro in several
> architectures. This change fixes 2 issues found in OpenRISC.

Looks good to me. Should I apply this directly, or expect a pull
request with it later?

Linus