[RFC PATCH 03/12] Add *kill, pidfd_send_signal syscalls to %process class

Dmitry V. Levin ldv at altlinux.org
Fri Jun 12 16:21:53 UTC 2020


On Fri, Jun 12, 2020 at 04:33:47PM +0200, Ákos Uzonyi wrote:
> syscallent*.h files are updated automatically by:
> find linux -name syscallent*.h -exec \
> sed -i -r '
>         /(kill|pidfd_send_signal)/ {
>             s/(\{[^,]*,\t[^0][^,]*)/\1|TP/
>             s/(\{[^,]*,\s*)0/\1TP/
>         }
>     ' {} +
> 
> * linux/32/syscallent.h: Add TS flag to *kill and pidfd_send_signal

Please provide a rationale for this change.


-- 
ldv


More information about the Strace-devel mailing list