Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1269437

[GIT PULL] ARC urgent fixes for 4.4-rc1

From Vineet Gupta <Vineet.Gupta1@synopsys.com>
Newsgroups linux.kernel
Subject [GIT PULL] ARC urgent fixes for 4.4-rc1
Date 2015-11-14 09:00 +0100
Message-ID <quDUC-1dg-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] ARC urgent fixes for 4.4-rc1 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-11-14 09:00 +0100

csiph-web