On Thu, Nov 01, 2018 at 07:26:17PM +0530, Firoz Khan wrote:
The purpose of this patch series is, we can easily add/modify/delete system call table support by cha- nging entry in syscall.tbl file instead of manually changing many files. The other goal is to unify the system call table generation support implementation across all the architectures.
Do I understand it right that you're also planning to unify scripts and makefile snippets used to generate headers, as they're not architecture-specific?
Firoz Khan (4): xtensa: move SYS_XTENSA_* macros to non uapi header xtensa: add __NR_syscalls along with __NR_syscall_count xtensa: add system call table generation support xtensa: generate uapi header and syscall table header files
Other than the two notes that I've posted to the individual patches this series looks good to me.