Re: [PATCH v1 0/8] Miscellaneous user access improvement

2021-03-30 Thread Michael Ellerman
On Wed, 10 Mar 2021 17:56:59 + (UTC), Christophe Leroy wrote: > Patches 1-3 are cleaning parts of uaccess.h not related > to put_user/get_user > Patch 4 removes some usage of consecutives __get_user > Patches 5 rewrite __patch_instruction to not use uaccess.h internals. > Patches 6-8 switch

[PATCH v1 0/8] Miscellaneous user access improvement

2021-03-10 Thread Christophe Leroy
Patches 1-3 are cleaning parts of uaccess.h not related to put_user/get_user Patch 4 removes some usage of consecutives __get_user Patches 5 rewrite __patch_instruction to not use uaccess.h internals. Patches 6-8 switch some parts of code to user_access_begin/end blocks All patches are