Al Viro a955bd611d um: series of __get_user() is costly in sigframe handling
It's not x86, where __get_user() is a single dereference; here it's
a single ptrace(2) call in host, which obviously costs a lot more.
IOW, it's cheaper to do copy_{to,from}_user() once than bother with
fields one by one...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
2011-11-02 14:14:42 +01:00
..
2011-09-14 18:09:37 -07:00
2011-11-02 14:14:42 +01:00
2011-09-14 18:09:37 -07:00
2007-10-16 09:43:05 -07:00
2009-04-01 08:59:17 -07:00
2011-03-17 14:02:57 +01:00
2011-03-31 11:26:23 -03:00
2009-04-21 13:41:50 -07:00
2011-04-28 11:28:21 -07:00
2011-09-14 18:09:37 -07:00