On Wed, 02 Sep 2026 18:49:39 +0100, Paul Dolan wrote: > The CLONE_CLEAR_SIGHAND test intends to verify that > CLONE_CLEAR_SIGHAND and CLONE_SIGHAND are mutually exclusive. However, > CLONE_SIGHAND without CLONE_VM is independently invalid, so the test > input has another reason to fail with EINVAL. > > Add CLONE_VM so that CLONE_SIGHAND is otherwise valid, and require > clone3() to fail with EINVAL. This ensures the test exercises the > intended flag conflict and does not accept an unrelated failure. > > [...]
Applied to the vfs-7.4.misc branch of the vfs/vfs.git tree. Patches in the vfs-7.4.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs-7.4.misc [1/1] selftests/clone3: tighten CLONE_CLEAR_SIGHAND conflict test https://git.kernel.org/vfs/vfs/c/aeebb4884f0e

