From: Chris Metcalf <cmetcalf@tilera.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Arnd Bergmann <arnd@arndb.de>
Subject: [GIT PULL] arch/tile fixes for 2.6.36
Date: Wed, 15 Sep 2010 11:34:00 -0400 [thread overview]
Message-ID: <4C90E768.3070607@tilera.com> (raw)
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
next reply other threads:[~2010-09-15 15:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 15:34 Chris Metcalf [this message]
2010-09-24 22:34 Chris Metcalf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C90E768.3070607@tilera.com \
--to=cmetcalf@tilera.com \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome