linux-user: fix pidfd_send_signal() #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "factory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to pidfd_send_signal(2), info argument can be a NULL pointer.
Fix strace to correctly manage ending comma in parameters.
Fixes:
cc054c6f13
("linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls")cc: Helge Deller deller@gmx.de
Signed-off-by: Laurent Vivier laurent@vivier.eu
Reviewed-by: Helge Deller deller@gmx.de
Message-Id: 20221005163826.1455313-1-laurent@vivier.eu
Signed-off-by: Laurent Vivier laurent@vivier.eu
(cherry picked from commit
46187d707e
)Not sure why automatic checks didn't run properly, but I checked manually and this is fine.