From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Schwidefsky Subject: Re: [PATCH 11/15] s390: NR_syscalls fix Date: Fri, 11 Apr 2014 13:24:12 +0200 Message-ID: <20140411132412.2ef89a3b@mschwide> References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-12-git-send-email-miklos@szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397211951-20549-12-git-send-email-miklos@szeredi.hu> Sender: linux-kernel-owner@vger.kernel.org To: Miklos Szeredi Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Miklos Szeredi List-Id: linux-arch.vger.kernel.org On Fri, 11 Apr 2014 12:25:47 +0200 Miklos Szeredi wrote: > From: Miklos Szeredi > > Signed-off-by: Miklos Szeredi > Cc: Martin Schwidefsky > --- > arch/s390/include/uapi/asm/unistd.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/include/uapi/asm/unistd.h b/arch/s390/include/uapi/asm/unistd.h > index 5eb5c9ddb120..57194268fe63 100644 > --- a/arch/s390/include/uapi/asm/unistd.h > +++ b/arch/s390/include/uapi/asm/unistd.h > @@ -282,7 +282,7 @@ > #define __NR_finit_module 344 > #define __NR_sched_setattr 345 > #define __NR_sched_getattr 346 > -#define NR_syscalls 345 > +#define NR_syscalls 347 > > /* > * There are some system calls that are not present on 64 bit, some Is this patch part of a patch series that does upstream directly? I am asking because Heiko already created a patch for this and we have added it to the linux-s390:fixes branch for upstream integration. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:52396 "EHLO e06smtp11.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754652AbaDKLYS (ORCPT ); Fri, 11 Apr 2014 07:24:18 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Apr 2014 12:24:16 +0100 Date: Fri, 11 Apr 2014 13:24:12 +0200 From: Martin Schwidefsky Subject: Re: [PATCH 11/15] s390: NR_syscalls fix Message-ID: <20140411132412.2ef89a3b@mschwide> In-Reply-To: <1397211951-20549-12-git-send-email-miklos@szeredi.hu> References: <1397211951-20549-1-git-send-email-miklos@szeredi.hu> <1397211951-20549-12-git-send-email-miklos@szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Miklos Szeredi Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Miklos Szeredi Message-ID: <20140411112412.-cgPncCdu1_3RKwL30dvdEh0Gx1iPm0zTjRsvDJ3mXk@z> On Fri, 11 Apr 2014 12:25:47 +0200 Miklos Szeredi wrote: > From: Miklos Szeredi > > Signed-off-by: Miklos Szeredi > Cc: Martin Schwidefsky > --- > arch/s390/include/uapi/asm/unistd.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/include/uapi/asm/unistd.h b/arch/s390/include/uapi/asm/unistd.h > index 5eb5c9ddb120..57194268fe63 100644 > --- a/arch/s390/include/uapi/asm/unistd.h > +++ b/arch/s390/include/uapi/asm/unistd.h > @@ -282,7 +282,7 @@ > #define __NR_finit_module 344 > #define __NR_sched_setattr 345 > #define __NR_sched_getattr 346 > -#define NR_syscalls 345 > +#define NR_syscalls 347 > > /* > * There are some system calls that are not present on 64 bit, some Is this patch part of a patch series that does upstream directly? I am asking because Heiko already created a patch for this and we have added it to the linux-s390:fixes branch for upstream integration. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.