Message ID | 20230911180210.1060504-1-sohil.mehta@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | arch: Sync all syscall tables with 2 newly added system calls | expand |
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