Re: [PATCH] selftests/memfd: move common code into common.c

2018-05-08 Thread Shuah Khan
Hi David, On 05/08/2018 03:38 AM, Anders Roxell wrote: > On 17 April 2018 at 10:59, Anders Roxell wrote: >> Remove code duplication, in the current code, we move common code for >> memfd to common.c. >> >> The duplicate functions got added in commit 87b2d44026e0 ("selftests: >> add memfd/sealing

Re: [PATCH] selftests/memfd: move common code into common.c

2018-05-08 Thread Anders Roxell
On 17 April 2018 at 10:59, Anders Roxell wrote: > Remove code duplication, in the current code, we move common code for > memfd to common.c. > > The duplicate functions got added in commit 87b2d44026e0 ("selftests: > add memfd/sealing page-pinning tests") > > Signed-off-by: Anders Roxell > --- >

[PATCH] selftests/memfd: move common code into common.c

2018-04-17 Thread Anders Roxell
Remove code duplication, in the current code, we move common code for memfd to common.c. The duplicate functions got added in commit 87b2d44026e0 ("selftests: add memfd/sealing page-pinning tests") Signed-off-by: Anders Roxell --- tools/testing/selftests/memfd/common.c | 37