Re: [PATCH 4/4] Add 32 bit VDSO support for 64 kernel

2014-01-31 Thread Andy Lutomirski
On Thu, Jan 30, 2014 at 11:43 AM, Stefani Seibold wrote: > Am Donnerstag, den 30.01.2014, 10:21 -0800 schrieb Andy Lutomirski: >> On Thu, Jan 30, 2014 at 2:49 AM, wrote: >> > From: Stefani Seibold >> > >> > This patch add the support for the IA32 Emulation Layer to run 32 bit >> > applications

Re: [PATCH 4/4] Add 32 bit VDSO support for 64 kernel

2014-01-30 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 10:21 -0800 schrieb Andy Lutomirski: > On Thu, Jan 30, 2014 at 2:49 AM, wrote: > > From: Stefani Seibold > > > > This patch add the support for the IA32 Emulation Layer to run 32 bit > > applications on a 64 bit kernel. > > > > Due the nature of the kernel headers

Re: [PATCH 4/4] Add 32 bit VDSO support for 64 kernel

2014-01-30 Thread Andy Lutomirski
On Thu, Jan 30, 2014 at 2:49 AM, wrote: > From: Stefani Seibold > > This patch add the support for the IA32 Emulation Layer to run 32 bit > applications on a 64 bit kernel. > > Due the nature of the kernel headers and the LP64 compiler where the > size of a long and a pointer differs against a 3

[PATCH 4/4] Add 32 bit VDSO support for 64 kernel

2014-01-30 Thread stefani
From: Stefani Seibold This patch add the support for the IA32 Emulation Layer to run 32 bit applications on a 64 bit kernel. Due the nature of the kernel headers and the LP64 compiler where the size of a long and a pointer differs against a 32 bit compiler, there is a lot of type hacking necessa