]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tilegx: enable SYSCALL_WRAPPERS support
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 18 May 2012 17:33:24 +0000 (13:33 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:15:39 +0000 (15:15 +0800)
commit9654719bc8725cdae8dba07ca900a9bce3cc036d
tree4453e4606aae17b500ad85d6f60836e8c12b502c
parent4dc1c173169cd9515b1dd5c6b5f53a7d46e82f3c
tilegx: enable SYSCALL_WRAPPERS support

commit e6d9668e119af44ae5bcd5f1197174531458afe3 upstream.

Some discussion with the glibc mailing lists revealed that this was
necessary for 64-bit platforms with MIPS-like sign-extension rules
for 32-bit values.  The original symptom was that passing (uid_t)-1 to
setreuid() was failing in programs linked -pthread because of the "setxid"
mechanism for passing setxid-type function arguments to the syscall code.
SYSCALL_WRAPPERS handles ensuring that all syscall arguments end up with
proper sign-extension and is thus the appropriate fix for this problem.

On other platforms (s390, powerpc, sparc64, and mips) this was fixed
in 2.6.28.6.  The general issue is tracked as CVE-2009-0029.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/tile/Kconfig