From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 3/4] arch: Register fchmodat4, usually as syscall 434 Date: Wed, 17 Jul 2019 09:54:02 +0200 Message-ID: References: <20190717012719.5524-1-palmer@sifive.com> <20190717012719.5524-4-palmer@sifive.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190717012719.5524-4-palmer@sifive.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" To: Palmer Dabbelt Cc: Rich Felker , Catalin Marinas , Linux-sh list , Peter Zijlstra , Heiko Carstens , Stefan Agner , linux-mips@vger.kernel.org, James Bottomley , Namhyung Kim , kim.phillips@arm.com, Paul Mackerras , Deepa Dinamani , "H. Peter Anvin" , sparclinux , linux-ia64@vger.kernel.org, Will Deacon , linux-arch , linux-s390 , Hannes Reinecke , Yoshinori Sato , Helge Deller , the arch/x86 maintainers , Russell King - ARM Linux , Christian List-Id: linux-arch.vger.kernel.org On Wed, Jul 17, 2019 at 3:29 AM Palmer Dabbelt wrote: > > This registers the new fchmodat4 syscall in most places as nuber 434, > with alpha being the exception where it's 544. I found all these sites > by grepping for fspick, which I assume has found me everything. 434 is now pidfd_open, the next free one is 436. > arch/alpha/kernel/syscalls/syscall.tbl | 1 + > arch/arm/tools/syscall.tbl | 1 + > arch/arm64/include/asm/unistd32.h | 2 ++ You missed arch/arm64/include/asm/unistd.h, which contains __NR_compat_syscalls Arnd