From: Brian Gerst Date: Mon, 20 Jul 2015 01:09:06 +0000 (-0400) Subject: x86/entry/vm86: Move userspace accesses to do_sys_vm86() X-Git-Tag: omap-for-v4.3/fixes-merge-window~19^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0b2edb61ba4e557de759093d965654186f28b2;p=pandora-kernel.git x86/entry/vm86: Move userspace accesses to do_sys_vm86() Move the userspace accesses down into the common function in preparation for the next set of patches. Also change to copying the fields explicitly instead of assuming a fixed order in pt_regs and the kernel data structures. Signed-off-by: Brian Gerst Cc: Andy Lutomirski Cc: Denys Vlasenko Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1437354550-25858-4-git-send-email-brgerst@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed