[GIT PULL] changes for tile architecture for 2.6.37

From: Chris Metcalf
Date: Sat Dec 18 2010 - 10:12:43 EST


Linus,

Could you please pull for 2.6.37 from:

git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master

One change fixes a sigreturn bug in our compat layer. The other moves
CLONE_SETTLS to the kernel, which I realized is where it should be
while I was doing our glibc port. If the change can be in 2.6.37 that will
allow our glibc to be compatible with 2.6.37. Thanks!

Chris Metcalf (2):
arch/tile: handle CLONE_SETTLS in copy_thread(), not user space
arch/tile: handle rt_sigreturn() more cleanly

arch/tile/include/asm/signal.h | 2 +-
arch/tile/kernel/compat_signal.c | 6 +++---
arch/tile/kernel/intvec_32.S | 24 +++++++++++++++++++++---
arch/tile/kernel/process.c | 8 ++++++++
arch/tile/kernel/signal.c | 10 ++++------
5 files changed, 37 insertions(+), 13 deletions(-)

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/