Re: [PATCH v2 2/5] uaccess: Selectively open read or write user access
From: Michael Ellerman <hidden>
Date: 2020-05-29 04:21:12
Also in:
intel-gfx, linux-arch, linux-mm, lkml
From: Michael Ellerman <hidden>
Date: 2020-05-29 04:21:12
Also in:
intel-gfx, linux-arch, linux-mm, lkml
On Fri, 2020-04-03 at 07:20:51 UTC, Christophe Leroy wrote:
When opening user access to only perform reads, only open read access. When opening user access to only perform writes, only open write access. Signed-off-by: Christophe Leroy <redacted> Reviewed-by: Kees Cook <redacted>
Applied to powerpc topic/uaccess, thanks. https://git.kernel.org/powerpc/c/41cd780524674082b037e7c8461f90c5e42103f0 cheers