Hello, In this patch, I included my test program for the absence of this behavior with normal `clone` per Alex's request: https://lore.kernel.org/linux-man/fba3de52-91cc-6cbe-b4ae-7140564e9ad2@xxxxxxxxxxx/T/#mde63a642e9c8d0b4e367b0a2817248e8e0b29a50 Let me know if there's anything else I should do. Thanks, Jack On 12/14/22 13:28, Jack Pearson wrote:
Document that Linux will report EINVAL when exit_signal is specified and either CLONE_THREAD or CLONE_PARENT is specified.
...