On Mon, Jul 9, 2018 at 11:19 AM Mathieu Desnoyers <mathieu.desnoy...@efficios.com> wrote: > > Given that this memory area has already been checked with access_ok() > on rseq registration, are you fine with leaving > __get_user/__put_user/__copy_{from,to}_user in place so we do the > minimal change at this stage of rc, or should I go ahead and replace > the lot with get_user/put_user/copy_{from,to}_user ?
Do the full replacement, and let's get this over and done with. Linus