Re: [PATCH] selftests: timens: Fix gettime_perf to work on powerpc

2021-04-21 Thread Michael Ellerman
On Wed, 31 Mar 2021 13:59:17 + (UTC), Christophe Leroy wrote: > On powerpc: > - VDSO library is named linux-vdso32.so.1 or linux-vdso64.so.1 > - clock_gettime is named __kernel_clock_gettime() > > Ensure gettime_perf tries these names before giving up. Applied to powerpc/next. [1/1] selftest

[PATCH] selftests: timens: Fix gettime_perf to work on powerpc

2021-03-31 Thread Christophe Leroy
On powerpc: - VDSO library is named linux-vdso32.so.1 or linux-vdso64.so.1 - clock_gettime is named __kernel_clock_gettime() Ensure gettime_perf tries these names before giving up. Signed-off-by: Christophe Leroy --- tools/testing/selftests/timens/gettime_perf.c | 8 1 file changed, 8