[GIT PULL] arch/tile fixes for 2.6.36

From: Chris Metcalf
Date: Wed Sep 15 2010 - 11:34:12 EST




Linus,

Please pull from

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

to get bug fixes for arch/tile/ for 2.6.36. The first one listed
below completes the change to use "const" arguments for sys_execve(),
which was only partially applied to arch/tile. The second change is a
minor public-header change that we decided to do to make porting glibc
easier. The remaining three changes fix bugs that have been discovered
internally.

Thanks!

Chris Metcalf (5):
arch/tile: finish const-ifying sys_execve()
arch/tile: Change struct sigcontext to be more useful
arch/tile: Save and restore extra user state for tilegx
arch/tile: fix memcpy_fromio()/memcpy_toio() signatures
arch/tile: fix formatting bug in register dumps

arch/tile/include/arch/chip_tile64.h | 3 +++
arch/tile/include/arch/chip_tilepro.h | 3 +++
arch/tile/include/asm/compat.h | 5 +++--
arch/tile/include/asm/io.h | 8 ++++----
arch/tile/include/asm/processor.h | 12 ++++++++++++
arch/tile/include/asm/ptrace.h | 15 ++++++---------
arch/tile/include/asm/sigcontext.h | 18 +++++++++++++-----
arch/tile/include/asm/signal.h | 1 +
arch/tile/include/asm/syscalls.h | 21 +++++++++++++--------
arch/tile/kernel/process.c | 30 ++++++++++++++++++++----------
arch/tile/kernel/signal.c | 27 +++++++++++++++------------
arch/tile/kernel/stack.c | 2 +-
12 files changed, 94 insertions(+), 51 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/