[PATCH 6/7] x86/vm86: Eliminate kernel_vm86_struct

2015-07-19 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 | 93 +++-- 2 files changed, 41 insertions

Re: [PATCH 6/7] x86/vm86: Eliminate kernel_vm86_struct

2015-07-17 Thread Andy Lutomirski
On Thu, Jul 16, 2015 at 4:46 AM, Brian Gerst wrote: > Now there is no vm86-specific data left on the kernel stack while in > userspace, except for the 32-bit regs. > Acked-by: Andy Lutomirski > Signed-off-by: Brian Gerst > --- -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH 6/7] x86/vm86: Eliminate kernel_vm86_struct

2015-07-16 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 | 91 +++-- 2 files changed, 40 insertion