[PATCH 5/7] x86/vm86: Move fields from kernel_vm86_struct

2015-07-19 Thread Brian Gerst
Move the non-regs fields to the off-stack data. Signed-off-by: Brian Gerst --- arch/x86/include/asm/vm86.h | 16 arch/x86/kernel/vm86_32.c | 42 ++ 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/arch/x86/include/asm/vm8

Re: [PATCH 5/7] x86/vm86: Move fields from kernel_vm86_struct

2015-07-17 Thread Andy Lutomirski
On Thu, Jul 16, 2015 at 4:46 AM, Brian Gerst wrote: > Move the non-regs fields to the off-stack data. Acked-by: Andy Lutomirski > > Signed-off-by: Brian Gerst --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.or

[PATCH 5/7] x86/vm86: Move fields from kernel_vm86_struct

2015-07-16 Thread Brian Gerst
Move the non-regs fields to the off-stack data. Signed-off-by: Brian Gerst --- arch/x86/include/asm/vm86.h | 16 arch/x86/kernel/vm86_32.c | 40 +--- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/arch/x86/include/asm/vm86.