linux-kernel.vger.kernel.org archive mirror
 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 bug fixes for v3.8
Date: Tue, 12 Feb 2013 16:26:55 -0500	[thread overview]
Message-ID: <511AB39F.4090202@tilera.com> (raw)

Linus,

Please pull the following changes for 3.8 from:

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

This includes a variety of minor bug fixes, mostly to do with testing
"make allyesconfig", "make allmodconfig", "make allnoconfig", inspired
to Tejun Heo's observation about Kconfig.freezer not being included.
The largest changes are just syntax changes removing the tile-specific use
of a macro named INT_MASK, which is way too commonly redefined throughout
driver code.

Chris Metcalf (9):
      tile: remove an unused variable in copy_thread()
      tile: include kernel/Kconfig.freezer in tile Kconfig
      drivers/input/joystick/analog.c: enable precise timer
      tile: provide "screen_info" when enabling VT
      tile: avoid defining INT_MASK macro in <arch/interrupts.h>
      drm: fix compile failure by including <linux/swiotlb.h>
      tile: export a handful of symbols appropriately
      tile: fix memcpy_*io functions for allnoconfig
      tile: tag some code with #ifdef CONFIG_COMPAT

 arch/tile/Kconfig                           |    2 +
 arch/tile/include/asm/io.h                  |    6 +-
 arch/tile/include/asm/irqflags.h            |   32 +--
 arch/tile/include/uapi/arch/interrupts_32.h |  394 ++++++++++++++-------------
 arch/tile/include/uapi/arch/interrupts_64.h |  346 +++++++++++------------
 arch/tile/kernel/intvec_64.S                |    4 +
 arch/tile/kernel/process.c                  |    2 +-
 arch/tile/kernel/reboot.c                   |    2 +
 arch/tile/kernel/setup.c                    |    5 +
 arch/tile/kernel/stack.c                    |    3 +-
 arch/tile/lib/cacheflush.c                  |    2 +
 arch/tile/lib/cpumask.c                     |    2 +
 arch/tile/lib/exports.c                     |    2 +
 arch/tile/mm/homecache.c                    |    1 +
 drivers/gpu/drm/nouveau/nouveau_bo.c        |    1 +
 drivers/gpu/drm/radeon/radeon_ttm.c         |    1 +
 drivers/input/joystick/analog.c             |    2 +-
 17 files changed, 413 insertions(+), 394 deletions(-)

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


                 reply	other threads:[~2013-02-12 21:27 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=511AB39F.4090202@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;
as well as URLs for NNTP newsgroup(s).