Re: [PATCH v1 0/4] xtensa: system call table generation support

From: Max Filippov
Date: Tue Nov 06 2018 - 15:30:13 EST


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.

--
Thanks.
-- Max