From: "Russell King (Oracle)" <linux@armlinux•org.uk>
To: Sohil Mehta <sohil.mehta@intel•com>
Cc: Mark Rutland <mark.rutland@arm•com>,
Ian Rogers <irogers@google•com>, Rich Felker <dalias@libc•org>,
linux-ia64@vger•kernel.org, linux-sh@vger•kernel.org,
Peter Zijlstra <peterz@infradead•org>,
Catalin Marinas <catalin.marinas@arm•com>,
Dave Hansen <dave.hansen@linux•intel.com>,
linux-kernel@vger•kernel.org,
"James E . J . Bottomley" <James.Bottomley@hansenpartnership•com>,
Max Filippov <jcmvbkbc@gmail•com>,
Andreas Schwab <schwab@linux-m68k•org>,
"H . Peter Anvin" <hpa@zytor•com>,
sparclinux@vger•kernel.org,
Alexander Gordeev <agordeev@linux•ibm.com>,
Will Deacon <will@kernel•org>,
linux-arch@vger•kernel.org, linux-s390@vger•kernel.org,
"Eric W . Biederman" <ebiederm@xmission•com>,
Arnd Bergmann <arnd@arndb•de>,
Yoshinori Sato <ysato@users•sourceforge.jp>,
Helge Deller <deller@gmx•de>,
x86@kernel•org,
Alexander Shishkin <alexander.shishkin@linux•intel.com>,
Ingo Molnar <mingo@redhat•com>,
Geert Uytterhoeven <geert@linux-m68k•org>,
Lukas Bulwahn <lukas.bulwahn@gmail•com>,
Matt Tu rner <mattst88@gmail•com>,
Christian Borntraeger <borntraeger@linux•ibm.com>,
Sergei Trofimovich <slyich@gmail•com>,
Vasily Gorbik <gor@linux•ibm.com>,
Brian Gerst <brgerst@gmail•com>,
Heiko Carstens <hca@linux•ibm.com>,
Richard Henderson <richard.henderson@linaro•org>,
Nicholas Piggin <npiggin@gmail•com>,
linux-mips@vger•kernel.org, Rohan McLure <rmclure@linux•ibm.com>,
Ivan Kokshaysky <ink@jurassic•park.msu.ru>,
Arnaldo Carvalho de Melo <acme@kernel•org>,
Andy Lutomirski <luto@kernel•org>,
John Paul Adrian Glaubitz <glaubitz@physik•fu-berlin.de>,
Namhyung Kim <namhyung@kernel•org>,
Thomas Gleixner <tglx@linutronix•de>,
linux-arm-kernel@lists•infradead.org,
Chris Zankel <chris@zankel•net>, Michal Simek <monstr@monstr•eu>,
Thomas Bogendoerfer <tsbogend@alpha•franken.de>,
linux-parisc@vger•kernel.org, linux-m68k@lists•linux-m68k.org,
linux-api@vger•kernel.org, Randy Dunlap <rdunlap@infradead•org>,
Adrian Hunter <adrian.hunter@intel•com>,
linux-perf-users@vger•kernel.org,
Sven Schnell e <svens@linux•ibm.com>,
Jiri Olsa <jolsa@kernel•org>,
linux-alpha@vger•kernel.org, Borislav Petkov <bp@alien8•de>,
Andrew Morton <akpm@linux-foundation•org>,
linuxppc-dev@lists•ozlabs.org,
"David S . Miller" <davem@davemloft•net>
Subject: Re: [PATCH v2] syscalls: Cleanup references to sys_lookup_dcookie()
Date: Tue, 25 Jul 2023 14:53:30 +0100 [thread overview]
Message-ID: <ZL/T2nKuQMpmYmdT@shell.armlinux.org.uk> (raw)
In-Reply-To: <20230710185124.3848462-1-sohil.mehta@intel.com>
On Mon, Jul 10, 2023 at 06:51:24PM +0000, Sohil Mehta wrote:
> diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl
> index 8ebed8a13874..cb7ea3bf18cf 100644
> --- a/arch/arm/tools/syscall.tbl
> +++ b/arch/arm/tools/syscall.tbl
> @@ -263,7 +263,7 @@
> 246 common io_submit sys_io_submit
> 247 common io_cancel sys_io_cancel
> 248 common exit_group sys_exit_group
> -249 common lookup_dcookie sys_lookup_dcookie
> +249 common lookup_dcookie sys_ni_syscall
Acked-by: Russell King (Oracle) <rmk+kernel@armlinux•org.uk>
Thanks!
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
next prev parent reply other threads:[~2023-07-26 0:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 23:09 [PATCH] syscalls: Cleanup references to sys_lookup_dcookie() Sohil Mehta
2023-06-28 23:43 ` Randy Dunlap
2023-06-30 5:33 ` Namhyung Kim
2023-07-10 18:51 ` [PATCH v2] " Sohil Mehta
2023-07-25 7:18 ` Geert Uytterhoeven
2023-07-25 13:53 ` Russell King (Oracle) [this message]
2023-08-03 21:44 ` Sohil Mehta
2023-10-03 17:47 ` Sohil Mehta
2023-10-03 17:53 ` Arnd Bergmann
2023-10-03 18:21 ` Sohil Mehta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZL/T2nKuQMpmYmdT@shell.armlinux.org.uk \
--to=linux@armlinux$(echo .)org.uk \
--cc=James.Bottomley@hansenpartnership$(echo .)com \
--cc=acme@kernel$(echo .)org \
--cc=adrian.hunter@intel$(echo .)com \
--cc=agordeev@linux$(echo .)ibm.com \
--cc=akpm@linux-foundation$(echo .)org \
--cc=alexander.shishkin@linux$(echo .)intel.com \
--cc=arnd@arndb$(echo .)de \
--cc=borntraeger@linux$(echo .)ibm.com \
--cc=bp@alien8$(echo .)de \
--cc=brgerst@gmail$(echo .)com \
--cc=catalin.marinas@arm$(echo .)com \
--cc=chris@zankel$(echo .)net \
--cc=dalias@libc$(echo .)org \
--cc=dave.hansen@linux$(echo .)intel.com \
--cc=davem@davemloft$(echo .)net \
--cc=deller@gmx$(echo .)de \
--cc=ebiederm@xmission$(echo .)com \
--cc=geert@linux-m68k$(echo .)org \
--cc=glaubitz@physik$(echo .)fu-berlin.de \
--cc=gor@linux$(echo .)ibm.com \
--cc=hca@linux$(echo .)ibm.com \
--cc=hpa@zytor$(echo .)com \
--cc=ink@jurassic$(echo .)park.msu.ru \
--cc=irogers@google$(echo .)com \
--cc=jcmvbkbc@gmail$(echo .)com \
--cc=jolsa@kernel$(echo .)org \
--cc=linux-alpha@vger$(echo .)kernel.org \
--cc=linux-api@vger$(echo .)kernel.org \
--cc=linux-arch@vger$(echo .)kernel.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-ia64@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-m68k@lists$(echo .)linux-m68k.org \
--cc=linux-mips@vger$(echo .)kernel.org \
--cc=linux-parisc@vger$(echo .)kernel.org \
--cc=linux-perf-users@vger$(echo .)kernel.org \
--cc=linux-s390@vger$(echo .)kernel.org \
--cc=linux-sh@vger$(echo .)kernel.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=lukas.bulwahn@gmail$(echo .)com \
--cc=luto@kernel$(echo .)org \
--cc=mark.rutland@arm$(echo .)com \
--cc=mattst88@gmail$(echo .)com \
--cc=mingo@redhat$(echo .)com \
--cc=monstr@monstr$(echo .)eu \
--cc=namhyung@kernel$(echo .)org \
--cc=npiggin@gmail$(echo .)com \
--cc=peterz@infradead$(echo .)org \
--cc=rdunlap@infradead$(echo .)org \
--cc=richard.henderson@linaro$(echo .)org \
--cc=rmclure@linux$(echo .)ibm.com \
--cc=schwab@linux-m68k$(echo .)org \
--cc=slyich@gmail$(echo .)com \
--cc=sohil.mehta@intel$(echo .)com \
--cc=sparclinux@vger$(echo .)kernel.org \
--cc=svens@linux$(echo .)ibm.com \
--cc=tglx@linutronix$(echo .)de \
--cc=tsbogend@alpha$(echo .)franken.de \
--cc=will@kernel$(echo .)org \
--cc=x86@kernel$(echo .)org \
--cc=ysato@users$(echo .)sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox