On 23/03/2023 11:10, Amit Daniel Kachhap wrote:
/* * CLONE_CHILD_SETTID sets child's thread ID to provided child's * memory but as VM is being shared, it's all good at this point. @@ -153,7 +141,7 @@ void clone_single(struct test_fixture *data) * Either way if this point has been reached - all went 'supposedly' * well. */
It's no longer clear to me what this comment is getting at. I asked Beata separately and she can't recall either, so I suggest we remove it as part of this patch.
Happy with the series otherwise so I can make this change when merging if that sounds alright.
Ok please go ahead. The comments sounds confusing.
//Amit
Cool, now applied on next with that change, together with the base GCC kselftests series. Thanks!
Kevin