Re: [PATCH 3/6] selftests/clone3: use uint64_t for flags parameter

2019-09-16 Thread shuah
On 9/10/19 6:03 AM, Eugene Syromiatnikov wrote: Flags parameter in both userspace and kernel clone args is 64-bit wide, there's little reason to have it signed and 32-bit in tests. So what are doing? You are stating the problem here, how are you fixing it? *

[PATCH 3/6] selftests/clone3: use uint64_t for flags parameter

2019-09-10 Thread Eugene Syromiatnikov
Flags parameter in both userspace and kernel clone args is 64-bit wide, there's little reason to have it signed and 32-bit in tests. * tools/testing/selftests/clone3/clone3.c: Include and . (call_clone3): Change flags parameter type from int to uint64_t. (test_clone3): Change flags parameter