Re: [PATCH 3/8] x86/vm86: Eliminate kernel_vm86_struct

2015-07-29 Thread Andy Lutomirski
On Tue, Jul 28, 2015 at 10:41 PM, Brian Gerst wrote: > Now there is no vm86-specific data left on the kernel stack while in > userspace, except for the 32-bit regs. This is *so* much better. Acked-by: Andy Lutomirski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH 3/8] x86/vm86: Eliminate kernel_vm86_struct

2015-07-28 Thread Brian Gerst
Now there is no vm86-specific data left on the kernel stack while in userspace, except for the 32-bit regs. Signed-off-by: Brian Gerst --- arch/x86/include/asm/vm86.h | 25 +--- arch/x86/kernel/vm86_32.c | 95 +++-- 2 files changed, 42 insertions