[PATCH v4 4/7] Add SYS_FUNC(tkill)

Dmitry V. Levin ldv at altlinux.org
Sat Aug 1 12:52:51 UTC 2020


On Mon, Jul 27, 2020 at 08:54:07PM +0200, Ákos Uzonyi wrote:
> syscallent*.h files are updated automatically by:
> find linux -name syscallent*.h -exec \
>         sed -i '/"tkill"/ s/SEN(kill)/SEN(tkill)/' {} +
> 
> * signal.c (tkill): New syscall decoder.
> * linux/32/syscallent.h: Use SEN(tkill) for "tkill" syscall.

I think it would be better if this commit was split into two parts:
the first one that introduces a tkill syscall decoder, and the second part
that makes the tkill syscall decoder use printpid.  The second part then
should be merged into "Use printpid in decoders" commit that updates
decoders of kill and tgkill syscalls.

Does this make sense?


-- 
ldv


More information about the Strace-devel mailing list