mbox

[GIT,PULL] arm64 fixes for 3.14

Message ID 20140228175725.GA28200@arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas Feb. 28, 2014, 5:57 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.


The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:

  Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to b57fc9e80692043e2a3a74e1d2c047eb700dcd0c:

  arm64: Fix !CONFIG_SMP kernel build (2014-02-28 16:12:25 +0000)

----------------------------------------------------------------
- !CONFIG_SMP build fix
- pte bit testing macros conversion fix (int truncates top bits of long)
- stack unwinding PC calculation fix

----------------------------------------------------------------
Catalin Marinas (1):
      arm64: Fix !CONFIG_SMP kernel build

Olof Johansson (1):
      ARM64: unwind: Fix PC calculation

Steve Capper (1):
      arm64: mm: Add double logical invert to pte accessors

 arch/arm64/include/asm/percpu.h  |  8 ++++++++
 arch/arm64/include/asm/pgtable.h | 10 +++++-----
 arch/arm64/kernel/stacktrace.c   |  6 +++++-
 3 files changed, 18 insertions(+), 6 deletions(-)