Re: [PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-13 Thread H. Peter Anvin
On 02/13/2014 11:48 PM, Stefani Seibold wrote: > Am Donnerstag, den 13.02.2014, 22:47 -0800 schrieb H. Peter Anvin: >> Hi, >> >> I tried this patchset, but it fails to compile on i386 "make allyesconfig". >> >> -hpa >> > > I tried "make allyseconfig" on my i386, but the resulting config will

Re: [PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-13 Thread Stefani Seibold
Am Donnerstag, den 13.02.2014, 22:47 -0800 schrieb H. Peter Anvin: > Hi, > > I tried this patchset, but it fails to compile on i386 "make allyesconfig". > > -hpa > I tried "make allyseconfig" on my i386, but the resulting config will always set CONFIG_X86_64=y, so it fails with

Re: [PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-13 Thread H. Peter Anvin
Hi, I tried this patchset, but it fails to compile on i386 "make allyesconfig". -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-13 Thread H. Peter Anvin
Hi, I tried this patchset, but it fails to compile on i386 make allyesconfig. -hpa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-13 Thread Stefani Seibold
Am Donnerstag, den 13.02.2014, 22:47 -0800 schrieb H. Peter Anvin: Hi, I tried this patchset, but it fails to compile on i386 make allyesconfig. -hpa I tried make allyseconfig on my i386, but the resulting config will always set CONFIG_X86_64=y, so it fails with

Re: [PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-13 Thread H. Peter Anvin
On 02/13/2014 11:48 PM, Stefani Seibold wrote: Am Donnerstag, den 13.02.2014, 22:47 -0800 schrieb H. Peter Anvin: Hi, I tried this patchset, but it fails to compile on i386 make allyesconfig. -hpa I tried make allyseconfig on my i386, but the resulting config will always set

[PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-12 Thread stefani
From: Stefani Seibold This patch add the functions vdso_gettimeofday(), vdso_clock_gettime() and vdso_time() to the 32 bit VDSO. The reason to do this was to get a fast reliable time stamp. Many developers uses TSC to get a fast time stamp, without knowing the pitfalls. VDSO time functions a

[PATCH v15 0/10] Add 32 bit VDSO time function support

2014-02-12 Thread stefani
From: Stefani Seibold stef...@seibold.net This patch add the functions vdso_gettimeofday(), vdso_clock_gettime() and vdso_time() to the 32 bit VDSO. The reason to do this was to get a fast reliable time stamp. Many developers uses TSC to get a fast time stamp, without knowing the pitfalls. VDSO