linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/tile fixes for 2.6.36
@ 2010-09-15 15:34 Chris Metcalf
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2010-09-15 15:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Arnd Bergmann



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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] arch/tile fixes for 2.6.36
@ 2010-09-24 22:34 Chris Metcalf
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2010-09-24 22:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Arnd Bergmann

Linus,

Please pull from

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

to get one toolchain-related bug fix for arch/tile/ for 2.6.36.  The commit
describes the problem, but basically a good fix in our compiler causes a
mysterious failure in our assembler, and conveniently, removing some dead
code in an assembly file avoids having to back out the good fix, as well as
allowing the existing toolchain to compile 2.6.36.

Thanks!

Chris Metcalf (1):
      arch/tile: remove dead code from intvec_32.S

 arch/tile/kernel/intvec_32.S |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-24 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-15 15:34 [GIT PULL] arch/tile fixes for 2.6.36 Chris Metcalf
  -- strict thread matches above, loose matches on Subject: below --
2010-09-24 22:34 Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).