Hi Nathan,While trying to switch powerpc VDSO to C version of gettimeofday(), I'm getting the following kind of error with vdsotest:
passing NULL to clock_getres (VDSO): terminated by unexpected signal 11Looking at commit a9446a906f52 ("lib/vdso/32: Remove inconsistent NULL pointer checks"), it seems that signal 11 is expected when passing NULL pointer.
Any plan to fix vdsotest ? Thanks Christophe