commit | 978727ca331ebd8b479f6a7afd27bb2e6504b2e3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 15 12:23:36 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 18 20:10:27 2020 -0400 |
tree | 0c7b679140ab83116f2e05edc3313f341d23037c | |
parent | c63aad695dceb08290be7845052d7d3f1d457416 [diff] |
x86: get rid of get_user_ex() in ia32_restore_sigcontext() Just do copyin into a local struct and be done with that - we are on a shallow stack here. [reworked by tglx, removing the macro horrors while we are touching that] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>