Re: [PATCH v2 3/4] x86: Patch alternatives in the 32-bit vDSO

2014-03-01 Thread Stefani Seibold
Am Donnerstag, den 27.02.2014, 16:18 -0800 schrieb Andy Lutomirski: > rdtsc_barrier() needs this. > > Signed-off-by: Andy Lutomirski > --- > arch/x86/include/asm/vdso.h | 2 ++ > arch/x86/vdso/vdso32-setup.c | 25 + > arch/x86/vdso/vma.c | 9 ++--- > 3

Re: [PATCH v2 3/4] x86: Patch alternatives in the 32-bit vDSO

2014-03-01 Thread Stefani Seibold
Am Donnerstag, den 27.02.2014, 16:18 -0800 schrieb Andy Lutomirski: rdtsc_barrier() needs this. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/include/asm/vdso.h | 2 ++ arch/x86/vdso/vdso32-setup.c | 25 + arch/x86/vdso/vma.c | 9

Re: [PATCH v2 3/4] x86: Patch alternatives in the 32-bit vDSO

2014-02-27 Thread Stefani Seibold
Am Donnerstag, den 27.02.2014, 16:18 -0800 schrieb Andy Lutomirski: > rdtsc_barrier() needs this. > Thanks for doing this. > Signed-off-by: Andy Lutomirski > --- > arch/x86/include/asm/vdso.h | 2 ++ > arch/x86/vdso/vdso32-setup.c | 25 + > arch/x86/vdso/vma.c

[PATCH v2 3/4] x86: Patch alternatives in the 32-bit vDSO

2014-02-27 Thread Andy Lutomirski
rdtsc_barrier() needs this. Signed-off-by: Andy Lutomirski --- arch/x86/include/asm/vdso.h | 2 ++ arch/x86/vdso/vdso32-setup.c | 25 + arch/x86/vdso/vma.c | 9 ++--- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git

[PATCH v2 3/4] x86: Patch alternatives in the 32-bit vDSO

2014-02-27 Thread Andy Lutomirski
rdtsc_barrier() needs this. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/include/asm/vdso.h | 2 ++ arch/x86/vdso/vdso32-setup.c | 25 + arch/x86/vdso/vma.c | 9 ++--- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git

Re: [PATCH v2 3/4] x86: Patch alternatives in the 32-bit vDSO

2014-02-27 Thread Stefani Seibold
Am Donnerstag, den 27.02.2014, 16:18 -0800 schrieb Andy Lutomirski: rdtsc_barrier() needs this. Thanks for doing this. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/include/asm/vdso.h | 2 ++ arch/x86/vdso/vdso32-setup.c | 25 +