OSDN Git Service

x86: get rid of get_user_ex() in ia32_restore_sigcontext()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Feb 2020 17:23:36 +0000 (12:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Mar 2020 00:10:27 +0000 (20:10 -0400)
commit978727ca331ebd8b479f6a7afd27bb2e6504b2e3
tree0c7b679140ab83116f2e05edc3313f341d23037c
parentc63aad695dceb08290be7845052d7d3f1d457416
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>
arch/x86/ia32/ia32_signal.c