public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] arch/tile bugfixes for v2.6.37
Date: Thu, 4 Nov 2010 11:41:14 -0400	[thread overview]
Message-ID: <4CD2D41A.8060007@tilera.com> (raw)

Linus,

Can you please pull for 2.6.37 from:

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

These changes are all build- or bug-fixes.  The <asm-generic/stat.h> change
is an ABI fix for our 64-bit tilegx hardware, which is building off these
sources internally but for which we haven't yet released all the pieces.
It does not affect any other platform, since the other arch's using this header
are all 32-bit and the change is just "int" vs "long" in "struct stat".

Chris Metcalf (7):
      arch/tile: complete migration to new kmap_atomic scheme
      arch/tile: bomb raw_local_irq_ to arch_local_irq_
      arch/tile: avoid __must_check warning on one strict_strtol check
      arch/tile: correct double syscall restart for nested signals
      arch/tile: don't allow user code to set the PL via ptrace or signal return
      asm-generic/stat.h: support 64-bit file time_t for stat()
      arch/tile: mark "hardwall" device as non-seekable

 arch/tile/include/asm/highmem.h    |    1 -
 arch/tile/include/asm/kmap_types.h |   34 ++++++++++++++++++++++---------
 arch/tile/include/asm/pgtable.h    |    6 +---
 arch/tile/include/asm/stat.h       |    3 ++
 arch/tile/include/asm/unistd.h     |    1 +
 arch/tile/kernel/compat.c          |   10 ++++----
 arch/tile/kernel/early_printk.c    |    2 +-
 arch/tile/kernel/hardwall.c        |    6 ++--
 arch/tile/kernel/irq.c             |    4 +-
 arch/tile/kernel/machine_kexec.c   |    6 ++--
 arch/tile/kernel/messaging.c       |    2 +-
 arch/tile/kernel/ptrace.c          |   39 +++++++++++++++++++----------------
 arch/tile/kernel/reboot.c          |    6 ++--
 arch/tile/kernel/setup.c           |    8 +++---
 arch/tile/kernel/signal.c          |    9 +++++++-
 arch/tile/kernel/smp.c             |    2 +-
 arch/tile/kernel/time.c            |    8 +++---
 arch/tile/lib/memcpy_tile64.c      |   11 +++++++--
 arch/tile/mm/highmem.c             |    2 +-
 arch/tile/mm/init.c                |    8 +++++-
 arch/tile/mm/pgtable.c             |    4 +-
 include/asm-generic/stat.h         |   14 ++++++------
 22 files changed, 110 insertions(+), 76 deletions(-)

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


                 reply	other threads:[~2010-11-04 15:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4CD2D41A.8060007@tilera.com \
    --to=cmetcalf@tilera.com \
    --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