From: Nathan Lynch Date: Wed, 25 Mar 2015 18:13:16 +0000 (+0100) Subject: ARM: 8329/1: miscellaneous vdso infrastructure, preparation X-Git-Tag: omap-for-v4.1/fixes-rc1~142^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1713ce7c43755fe8b0f31ea317513129bf784909;p=pandora-kernel.git ARM: 8329/1: miscellaneous vdso infrastructure, preparation Define the layout of the data structure shared between kernel and userspace. Track the vdso address in the mm_context; needed for communicating AT_SYSINFO_EHDR to the ELF loader. Add declarations for arm_install_vdso; implementation is in a following patch. Define AT_SYSINFO_EHDR, and, if CONFIG_VDSO=y, report the vdso shared object address via the ELF auxiliary vector. Note - this adds the AT_SYSINFO_EHDR in a new user-visible header asm/auxvec.h; this is consistent with other architectures. Signed-off-by: Nathan Lynch Signed-off-by: Russell King --- Reading git-diff-tree failed