From: Roland McGrath Date: Sat, 16 Apr 2005 22:24:48 +0000 (-0700) Subject: [PATCH] i386 vDSO: add PT_NOTE segment X-Git-Tag: v2.6.12-rc3~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97db4a0a7d4d5be8c64a8d649a4425ee195b05c;p=pandora-kernel.git [PATCH] i386 vDSO: add PT_NOTE segment This patch adds an ELF note to the vDSO giving the LINUX_VERSION_CODE value. Having this in the vDSO lets the dynamic linker avoid the `uname' syscall it now always does at startup to ascertain the kernel ABI available. Signed-off-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed