Re: [PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls

2023-09-13 Thread Sohil Mehta
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%2fd...@kernel.org/ Also, it states that: "The

[PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls

2023-09-12 Thread Sohil Mehta
6.6-rc1 has added support for 2 new system calls: [1] fchmodat2() [2] x86-specific map_shadow_stack() This series mainly synchronizes the syscall tables arcoss the core kernel and tools to reflect the recent updates. For fchmodat2(), it fixes the missing entries in the tools directory. For