kernel-ark/arch/x86/vdso
H. Peter Anvin 05d0b0889c x86, vdso: Error out if the vdso contains external references
The vdso is a piece of userspace code which is supposed to be fully
self-contained.  Any external (undefined) reference is an error, and
should be caught at compile time.  This was giving us trouble when
compiling with -Os on gcc 4.5.0, for example (failed inline).

The need to do a buildtime check was pointed out by Andi Kleen.

Reported-by: Andi Kleen <andi@firstfloor.org>
LKML-Reference: <tip-*@vger.kernel.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2010-06-18 14:46:21 -07:00
..
vdso32
.gitignore
checkundef.sh x86, vdso: Error out if the vdso contains external references 2010-06-18 14:46:21 -07:00
Makefile x86, vdso: Error out if the vdso contains external references 2010-06-18 14:46:21 -07:00
vclock_gettime.c time: Introduce CLOCK_REALTIME_COARSE 2009-08-21 21:43:46 +02:00
vdso32-setup.c sysctl x86: Remove dead binary sysctl support 2009-11-12 02:05:04 -08:00
vdso32.S
vdso-layout.lds.S
vdso-note.S
vdso.lds.S
vdso.S
vextern.h
vgetcpu.c
vma.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
vvar.c