[linux-yocto] [PATCH 01/13] x86, vdso: Remove compat vdso support

2014-07-31 Thread jianchuan.wang
From: Andy Lutomirski commit b0b49f2673f011cad7deeabf7a683b388c351278 upstream The compat vDSO is a complicated hack that's needed to maintain compatibility with a small range of glibc versions. This removes it and replaces it with a much simpler hack: a config option to disable the 32-bit vDSO

Re: [linux-yocto] [PATCH 01/13] x86, vdso: Remove compat vdso support

2014-07-29 Thread Bruce Ashfield
On 2014-07-29, 4:01 AM, jianchuan.w...@windriver.com wrote: From: Andy Lutomirski commit b0b49f2673f011cad7deeabf7a683b388c351278 upstream The compat vDSO is a complicated hack that's needed to maintain compatibility with a small range of glibc versions. This removes it and replaces it with a