All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-metag <linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Dan Carpenter
	<dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>,
	James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
Subject: [GIT PULL] Metag architecture changes for v3.13
Date: Mon, 11 Nov 2013 12:32:34 +0000	[thread overview]
Message-ID: <5280CE62.6040404@imgtec.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]

Hi Linus,

Please pull the following changes since commit
5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:

  Linux 3.12 (2013-11-03 15:41:51 -0800)

which are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git tags/metag-for-v3.13

for you to fetch changes up to 51387306b5c2b0c9eb1e2556de1b37267bb2b583:

  metag: off by one in setup_bootmem_node() (2013-11-08 11:23:00 +0000)

Both changes came fairly late (hence being based on v3.12), but have
been tested in linux-next and are relatively low risk.

Thanks
James

----------------------------------------------------------------
Metag architecture changes for v3.13

- A change to remove the last dependence on bootloader exception
  handlers so that QEMU can more easily boot an SMP Linux/Meta kernel
  image directly.
- A fix for a minor off by one error in a BUG_ON condition found by Dan
  Carpenter.

----------------------------------------------------------------
Dan Carpenter (1):
      metag: off by one in setup_bootmem_node()

James Hogan (1):
      metag: handle low level kicks directly

 arch/metag/include/asm/tbx.h | 19 +++++++------------
 arch/metag/kernel/setup.c    |  6 +-----
 arch/metag/kernel/traps.c    |  5 ++---
 arch/metag/mm/numa.c         |  2 +-
 arch/metag/tbx/tbidefr.S     |  2 +-
 5 files changed, 12 insertions(+), 22 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-metag <linux-metag@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	James Hogan <james.hogan@imgtec.com>
Subject: [GIT PULL] Metag architecture changes for v3.13
Date: Mon, 11 Nov 2013 12:32:34 +0000	[thread overview]
Message-ID: <5280CE62.6040404@imgtec.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]

Hi Linus,

Please pull the following changes since commit
5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:

  Linux 3.12 (2013-11-03 15:41:51 -0800)

which are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git tags/metag-for-v3.13

for you to fetch changes up to 51387306b5c2b0c9eb1e2556de1b37267bb2b583:

  metag: off by one in setup_bootmem_node() (2013-11-08 11:23:00 +0000)

Both changes came fairly late (hence being based on v3.12), but have
been tested in linux-next and are relatively low risk.

Thanks
James

----------------------------------------------------------------
Metag architecture changes for v3.13

- A change to remove the last dependence on bootloader exception
  handlers so that QEMU can more easily boot an SMP Linux/Meta kernel
  image directly.
- A fix for a minor off by one error in a BUG_ON condition found by Dan
  Carpenter.

----------------------------------------------------------------
Dan Carpenter (1):
      metag: off by one in setup_bootmem_node()

James Hogan (1):
      metag: handle low level kicks directly

 arch/metag/include/asm/tbx.h | 19 +++++++------------
 arch/metag/kernel/setup.c    |  6 +-----
 arch/metag/kernel/traps.c    |  5 ++---
 arch/metag/mm/numa.c         |  2 +-
 arch/metag/tbx/tbidefr.S     |  2 +-
 5 files changed, 12 insertions(+), 22 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2013-11-11 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-11 12:32 James Hogan [this message]
2013-11-11 12:32 ` [GIT PULL] Metag architecture changes for v3.13 James Hogan

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=5280CE62.6040404@imgtec.com \
    --to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
    --cc=dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.