All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vineet.Gupta1@synopsys.com (Vineet Gupta)
To: linux-snps-arc@lists.infradead.org
Subject: [GIT PULL] ARC urgent fixes for 4.4-rc1
Date: Sat, 14 Nov 2015 13:21:40 +0530	[thread overview]
Message-ID: <5646E80C.1010807@synopsys.com> (raw)

Hi Linus,

Found a couple of brown paper bag bugs with the prev pull request (including a SMP
build breakage report from Guenter). Since these are urgent I also decided to send
over a bunch of other pending fixes which could have otherwise waited an rc or
two. Please pull.

Thx,
-Vineet
----------------->
The following changes since commit 5a364c2a1762e8a78721fafc93144509c0b6cb84:

  ARC: mm: PAE40 support (2015-10-29 18:41:30 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.4-rc1-part2

for you to fetch changes up to 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f:

  ARC: Fix silly typo in MAINTAINERS file (2015-11-14 13:12:31 +0530)

----------------------------------------------------------------
ARC fixes for 4.4-rc1
- A bunch of brown paper bag bugs (MAINTAINERS list email, SMP build failure)
- cpu_relax() now compiler barrier for UP as well
- Handling of userspace Bus Errors for ARCompact builds

----------------------------------------------------------------
Vineet Gupta (6):
      ARCv2: lib: memcpy: use local symbols
      ARC: remove extraneous header include
      ARC: [arcompact] Handle bus error from userspace as Interrupt not exception
      ARC: use ASL assembler mnemonic
      ARC: cpu_relax() to be compiler barrier even for UP
      ARC: Fix silly typo in MAINTAINERS file

 MAINTAINERS                      |  2 +-
 arch/arc/include/asm/processor.h |  4 ----
 arch/arc/kernel/entry-arcv2.S    | 19 +++++++++++++++
 arch/arc/kernel/entry-compact.S  | 29 ++++++++++++++++++----
 arch/arc/kernel/entry.S          | 17 -------------
 arch/arc/lib/memcpy-archs.S      | 52 ++++++++++++++++++++--------------------
 arch/arc/mm/tlbex.S              |  6 ++---
 arch/arc/plat-sim/platform.c     |  1 -
 8 files changed, 74 insertions(+), 56 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
	arcml <linux-snps-arc@lists.infradead.org>,
	Guenter Roeck <linux@roeck-us.net>
Subject: [GIT PULL] ARC urgent fixes for 4.4-rc1
Date: Sat, 14 Nov 2015 13:21:40 +0530	[thread overview]
Message-ID: <5646E80C.1010807@synopsys.com> (raw)

Hi Linus,

Found a couple of brown paper bag bugs with the prev pull request (including a SMP
build breakage report from Guenter). Since these are urgent I also decided to send
over a bunch of other pending fixes which could have otherwise waited an rc or
two. Please pull.

Thx,
-Vineet
----------------->
The following changes since commit 5a364c2a1762e8a78721fafc93144509c0b6cb84:

  ARC: mm: PAE40 support (2015-10-29 18:41:30 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.4-rc1-part2

for you to fetch changes up to 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f:

  ARC: Fix silly typo in MAINTAINERS file (2015-11-14 13:12:31 +0530)

----------------------------------------------------------------
ARC fixes for 4.4-rc1
- A bunch of brown paper bag bugs (MAINTAINERS list email, SMP build failure)
- cpu_relax() now compiler barrier for UP as well
- Handling of userspace Bus Errors for ARCompact builds

----------------------------------------------------------------
Vineet Gupta (6):
      ARCv2: lib: memcpy: use local symbols
      ARC: remove extraneous header include
      ARC: [arcompact] Handle bus error from userspace as Interrupt not exception
      ARC: use ASL assembler mnemonic
      ARC: cpu_relax() to be compiler barrier even for UP
      ARC: Fix silly typo in MAINTAINERS file

 MAINTAINERS                      |  2 +-
 arch/arc/include/asm/processor.h |  4 ----
 arch/arc/kernel/entry-arcv2.S    | 19 +++++++++++++++
 arch/arc/kernel/entry-compact.S  | 29 ++++++++++++++++++----
 arch/arc/kernel/entry.S          | 17 -------------
 arch/arc/lib/memcpy-archs.S      | 52 ++++++++++++++++++++--------------------
 arch/arc/mm/tlbex.S              |  6 ++---
 arch/arc/plat-sim/platform.c     |  1 -
 8 files changed, 74 insertions(+), 56 deletions(-)

             reply	other threads:[~2015-11-14  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14  7:51 Vineet Gupta [this message]
2015-11-14  7:51 ` [GIT PULL] ARC urgent fixes for 4.4-rc1 Vineet Gupta

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=5646E80C.1010807@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=linux-snps-arc@lists.infradead.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.