From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752232AbcIAGSx (ORCPT ); Thu, 1 Sep 2016 02:18:53 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36573 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751063AbcIAGSw (ORCPT ); Thu, 1 Sep 2016 02:18:52 -0400 Date: Thu, 1 Sep 2016 08:18:46 +0200 From: Ingo Molnar To: Dmitry Safonov , Andy Lutomirski , Oleg Nesterov , Al Viro , Andrew Morton Cc: linux-kernel@vger.kernel.org, 0x7f454c46@gmail.com, luto@kernel.org, oleg@redhat.com, tglx@linutronix.de, hpa@zytor.com, mingo@redhat.com, linux-mm@kvack.org, x86@kernel.org, gorcunov@openvz.org, xemul@virtuozzo.com Subject: Re: [PATCHv4 0/6] x86: 32-bit compatible C/R on x86_64 Message-ID: <20160901061846.GA22552@gmail.com> References: <20160831135936.2281-1-dsafonov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160831135936.2281-1-dsafonov@virtuozzo.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dmitry Safonov 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