Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752006AbaDWIqp (ORCPT ); Wed, 23 Apr 2014 04:46:45 -0400 Received: from mail-qc0-f171.google.com ([209.85.216.171]:50227 "EHLO mail-qc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbaDWIqm (ORCPT ); Wed, 23 Apr 2014 04:46:42 -0400 MIME-Version: 1.0 X-Originating-IP: [46.139.80.5] In-Reply-To: <20140422165814.GH10224@arm.com> References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-5-git-send-email-miklos@szeredi.hu> <20140422165814.GH10224@arm.com> Date: Wed, 23 Apr 2014 10:46:40 +0200 Message-ID: Subject: Re: [PATCH 04/15] arm64: __NR_compat_syscalls fix From: Miklos Szeredi To: Catalin Marinas Cc: "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Miklos Szeredi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 22, 2014 at 6:58 PM, Catalin Marinas wrote: > On Fri, Apr 11, 2014 at 11:25:40AM +0100, Miklos Szeredi wrote: >> From: Miklos Szeredi >> >> Signed-off-by: Miklos Szeredi >> Cc: Catalin Marinas >> --- >> arch/arm64/include/asm/unistd32.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm64/include/asm/unistd32.h b/arch/arm64/include/asm/unistd32.h >> index bb8eb8a78e67..faa0e1ce59df 100644 >> --- a/arch/arm64/include/asm/unistd32.h >> +++ b/arch/arm64/include/asm/unistd32.h >> @@ -404,7 +404,7 @@ __SYSCALL(379, sys_finit_module) >> __SYSCALL(380, sys_sched_setattr) >> __SYSCALL(381, sys_sched_getattr) >> >> -#define __NR_compat_syscalls 379 >> +#define __NR_compat_syscalls 382 > > I picked up this patch, together with a Cc: stable and longer comment. > > What's your plan with the other patches? Do you submit them as a series > or would like the arch maintainers to pick them up? Either is OK for me. I'll collect ACKs for those which the maintainer doesn't want to submit, and I'll submit them in one batch. But if you have patches anyway, please feel free to pick this up as well. Thanks, Miklois -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/