Re: [yocto] [PATCH 1/1] x86: fix a bug of wrong return erorr.

2011-08-24 Thread Wang Liming
On 08/24/11 21:40, Bruce Ashfield wrote: On 11-08-23 10:45 PM, Liming Wang wrote: __vdso_clock_gettime should fall back to call vdso_fallback_gettime function if no clockid is selected, not just return error. At a glance, this seems reasonable to me .. and then I looked a bit more. This is in

Re: [yocto] [PATCH 1/1] x86: fix a bug of wrong return erorr.

2011-08-24 Thread Bruce Ashfield
On 11-08-23 10:45 PM, Liming Wang wrote: __vdso_clock_gettime should fall back to call vdso_fallback_gettime function if no clockid is selected, not just return error. At a glance, this seems reasonable to me .. and then I looked a bit more. This is in fact introduced by lttng and the ENIVAL do

[yocto] [PATCH 1/1] x86: fix a bug of wrong return erorr.

2011-08-23 Thread Liming Wang
__vdso_clock_gettime should fall back to call vdso_fallback_gettime function if no clockid is selected, not just return error. Signed-off-by: Liming Wang --- arch/x86/vdso/vclock_gettime.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/vdso/vclock_gettime.c b/