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, 14 Nov 2014 18:38:38 +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,
	Will Deacon <will.deacon@....com>
Subject: [GIT PULL] arm64 fixes for 3.18

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108:

  Linux 3.18-rc4 (2014-11-09 14:55:29 -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 5fd6690c8fb2c3012012979dd8ce7492c69c5d86:

  arm64: ARCH_PFN_OFFSET should be unsigned long (2014-11-13 15:21:40 +0000)

----------------------------------------------------------------
arm64 fixes:

- Fix EFI stub cache maintenance causing aborts during boot on certain
  platforms
- Handle byte stores in __clear_user without panicking
- Fix race condition in aarch64_insn_patch_text_sync() (instruction
  patching)
- Couple of type fixes

----------------------------------------------------------------
Kyle McMartin (1):
      arm64: __clear_user: handle exceptions on strb

Mark Rutland (1):
      arm64: efi: Fix stub cache maintenance

Min-Hua Chen (1):
      arm64: Fix data type for physical address

Neil Zhang (1):
      arm64: ARCH_PFN_OFFSET should be unsigned long

William Cohen (1):
      Correct the race condition in aarch64_insn_patch_text_sync()

 arch/arm64/include/asm/memory.h |  2 +-
 arch/arm64/kernel/efi-entry.S   | 27 +++++++++++++++++++++------
 arch/arm64/kernel/insn.c        |  5 +++--
 arch/arm64/lib/clear_user.S     |  2 +-
 arch/arm64/mm/mmu.c             |  2 +-
 5 files changed, 27 insertions(+), 11 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