commit | 119cd59fcfbe70fb3fcab4e64cd232bcc3807585 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 15 19:54:56 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 26 14:41:22 2020 -0400 |
tree | 9b687382863d2425ba11121b14ed4e936079d4f7 | |
parent | 57d563c8292569f2849569853e846bf740df5032 [diff] |
x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit) Straightforward, except for save_altstack_ex() stuck in those. Replace that thing with an analogue that would use unsafe_put_user() instead of put_user_ex() (called compat_save_altstack()) and be done with that. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>