Re: [1/2] selftests/powerpc: Refactor the AUXV routines

2017-03-21 Thread Michael Ellerman
On Mon, 2017-02-06 at 10:13:27 UTC, Michael Ellerman wrote: > Refactor the AUXV routines so they are more composable. In a future test > we want to look for many AUXV entries and we don't want to have to read > /proc/self/auxv each time. > > Signed-off-by: Michael Ellerman

[PATCH 1/2] selftests/powerpc: Refactor the AUXV routines

2017-02-06 Thread Michael Ellerman
Refactor the AUXV routines so they are more composable. In a future test we want to look for many AUXV entries and we don't want to have to read /proc/self/auxv each time. Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/include/utils.h | 6 ++-