Re: [PATCHv4 0/6] x86: 32-bit compatible C/R on x86_64

From: Ingo Molnar
Date: Thu Sep 01 2016 - 02:18:56 EST



* Dmitry Safonov <dsafonov@xxxxxxxxxxxxx> wrote:

> Changes from v3:
> - proper ifdefs around vdso_image_32
> - missed Reviewed-by tag

> arch/x86/entry/vdso/vma.c | 81 +++++++++++++++++++++++++++------------
> arch/x86/ia32/ia32_signal.c | 2 +-
> arch/x86/include/asm/compat.h | 8 ++--
> arch/x86/include/asm/fpu/signal.h | 6 +++
> arch/x86/include/asm/signal.h | 4 ++
> arch/x86/include/asm/vdso.h | 2 +
> arch/x86/include/uapi/asm/prctl.h | 6 +++
> arch/x86/kernel/process_64.c | 25 ++++++++++++
> arch/x86/kernel/ptrace.c | 2 +-
> arch/x86/kernel/signal.c | 20 +++++-----
> arch/x86/kernel/signal_compat.c | 34 ++++++++++++++--
> fs/binfmt_elf.c | 23 ++++-------
> kernel/signal.c | 7 ++++
> 13 files changed, 162 insertions(+), 58 deletions(-)

Ok, this series looks good to me - does anyone have any objections?

Thanks,

Ingo