lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 29 Nov 2013 17:31:17 +0000
From:	Catalin Marinas <catalin.marinas@....com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] arm64 fixes for 3.13-rc

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git tags/arm64-stable

for you to fetch changes up to 3676f9ef5481d614f8c5c857f5319755be248268:

  arm64: Move PTE_PROT_NONE higher up (2013-11-29 15:22:59 +0000)

----------------------------------------------------------------
Fixes:
- Remove preempt_count modifications in the arm64 IRQ handling code
  since that's already dealt with in generic irq_enter/irq_exit
- PTE_PROT_NONE bit moved higher up to avoid overlapping with the
  hardware bits (for PROT_NONE mappings which are pte_present)
- Big-endian fixes for ptrace support
- Asynchronous aborts unmasking while in the kernel
- pgprot_writecombine() change to create Normal NonCacheable memory
  rather than Device GRE

----------------------------------------------------------------
Catalin Marinas (4):
      arm64: dts: Reserve the memory used for secondary CPU release address
      arm64: Unmask asynchronous aborts when in kernel mode
      arm64: Use Normal NonCacheable memory for writecombine
      arm64: Move PTE_PROT_NONE higher up

Marc Zyngier (1):
      arm64: let the core code deal with preempt_count

Matthew Leach (2):
      arm64: ptrace: fix compat registes get/set to be endian clean
      arm64: debug: make aarch32 bkpt checking endian clean

 arch/arm64/boot/dts/foundation-v8.dts |  2 ++
 arch/arm64/include/asm/irqflags.h     |  3 +++
 arch/arm64/include/asm/pgtable.h      | 33 ++++++++++++++++-------------
 arch/arm64/kernel/debug-monitors.c    | 20 +++++++++++-------
 arch/arm64/kernel/entry.S             | 29 ++++++-------------------
 arch/arm64/kernel/ptrace.c            | 40 +++++++++++++++++------------------
 arch/arm64/kernel/setup.c             |  5 +++++
 arch/arm64/kernel/smp.c               |  1 +
 8 files changed, 67 insertions(+), 66 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ