Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-25 Thread Jonathan Corbet
On Fri, 24 Oct 2014 12:12:58 -0700 Randy Dunlap wrote: > Jon, please pick this up. It was > Acked-by: Peter Foley Done. jon -- 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

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-25 Thread Jonathan Corbet
On Fri, 24 Oct 2014 12:12:58 -0700 Randy Dunlap rdun...@infradead.org wrote: Jon, please pick this up. It was Acked-by: Peter Foley pefol...@pefoley.com Done. jon -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Randy Dunlap
On 10/24/14 11:48, Jeff Mahoney wrote: > The use of 64-bit math on i386 causes build failures: > vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' > vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' > > Commit adb19fb66ee (Documentation: add

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Peter Foley
On Fri, Oct 24, 2014 at 2:48 PM, Jeff Mahoney wrote: > The use of 64-bit math on i386 causes build failures: > vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' > vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' > > Commit adb19fb66ee

[PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Jeff Mahoney
The use of 64-bit math on i386 causes build failures: vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' Commit adb19fb66ee (Documentation: add makefiles for more targets) is now building this

[PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Jeff Mahoney
The use of 64-bit math on i386 causes build failures: vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' Commit adb19fb66ee (Documentation: add makefiles for more targets) is now building this

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Peter Foley
On Fri, Oct 24, 2014 at 2:48 PM, Jeff Mahoney je...@suse.com wrote: The use of 64-bit math on i386 causes build failures: vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' Commit

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Randy Dunlap
On 10/24/14 11:48, Jeff Mahoney wrote: The use of 64-bit math on i386 causes build failures: vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' Commit adb19fb66ee (Documentation: add