commit | e2390741053e4931841650b5eadac32697aa88aa | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 15 19:36:40 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 26 14:39:38 2020 -0400 |
tree | d7c1de71bce8054fc02f8ad0900ed46dba393e68 | |
parent | 44a1d996325982025eefcdc50b636ab83e813372 [diff] |
x86: ia32_setup_frame(): consolidate uaccess areas Currently we have user_access block, followed by __put_user(), deciding what the restorer will be and finally a put_user_try block. Moving the calculation of restorer first allows the rest (actual copyout work) to coalesce into a single user_access block. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>