Re: [PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
Sohil Mehta <[email protected]>
| Newsgroups | gmane.linux.ports.ia64,gmane.linux.kernel,gmane.linux.kernel.api,gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.ports.arm.kernel,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.kernel.perf.user |
|---|---|
| Message-ID | <[email protected]> |
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%[email protected]/ 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