mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
119cd59fcf
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>