From: Sohil Mehta <sohil.mehta@intel•com>
To: <linux-kernel@vger•kernel.org>, <linux-api@vger•kernel.org>,
<linux-arch@vger•kernel.org>
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-mips@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-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, Russell King <linux@armlinux•org.uk>,
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 Turner <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>,
Rohan McLure <rmclure@linux•ibm.com>,
Mark Brown <broonie@kernel•org>,
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,
Deepak Gupta <debug@rivosinc•com>,
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,
Randy Dunlap <rdunlap@infradead•org>,
Adrian Hunter <adrian.hunter@intel•com>,
linux-perf-users@vger•kernel.org,
Sven Schnelle <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>,
Rick Edgecombe <rick.p.edgecombe@intel•com>,
linuxppc-dev@lists•ozlabs.org,
"David S . Miller" <davem@davemloft•net>
Subject: Re: [PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
Date: Wed, 13 Sep 2023 12:32:31 -0700 [thread overview]
Message-ID: <d87ba824-1216-a25a-cd78-e0213bab511a@intel.com> (raw)
In-Reply-To: <20230911180210.1060504-1-sohil.mehta@intel.com>
On 9/11/2023 11:02 AM, Sohil Mehta wrote:
> Sohil Mehta (2):
> tools headers UAPI: Sync fchmodat2() syscall table entries
I now see a patch by Arnaldo that does something similar:
https://lore.kernel.org/lkml/ZP8bE7aXDBu%2Fdrak@kernel.org/
Also, it states that:
"The tools/perf/check-headers.sh script, part of the tools/ build
process, points out changes in the original files.
So its important not to touch the copies in tools/ when doing changes in
the original kernel headers, that will be done later, when
check-headers.sh inform about the change to the perf tools hackers."
I was unaware of this and therefore I'll drop all the tools/ related
changes from this series.
Sohil
prev parent reply other threads:[~2023-09-13 22:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-11 18:02 [PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls Sohil Mehta
2023-09-11 18:02 ` [PATCH 1/2] tools headers UAPI: Sync fchmodat2() syscall table entries Sohil Mehta
2023-09-11 18:02 ` [PATCH 2/2] arch: Reserve map_shadow_stack() syscall number for all architectures Sohil Mehta
2023-09-11 21:10 ` Edgecombe, Rick P
2023-09-13 19:18 ` Sohil Mehta
2023-09-13 22:05 ` Edgecombe, Rick P
2023-09-14 12:26 ` Michael Ellerman
2023-09-13 19:32 ` Sohil Mehta [this message]
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=d87ba824-1216-a25a-cd78-e0213bab511a@intel.com \
--to=sohil.mehta@intel$(echo .)com \
--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=broonie@kernel$(echo .)org \
--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=debug@rivosinc$(echo .)com \
--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=linux@armlinux$(echo .)org.uk \
--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=rick.p.edgecombe@intel$(echo .)com \
--cc=rmclure@linux$(echo .)ibm.com \
--cc=schwab@linux-m68k$(echo .)org \
--cc=slyich@gmail$(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