mbox

[GIT,PULL] arm64 updates for 3.12

Message ID 20131004155725.GA11953@arm.com
State New
Headers show

Pull-request

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

Message

Catalin Marinas Oct. 4, 2013, 3:57 p.m. UTC
Hi Linus,

Please pull the arm64 fixes/updates below. Thanks.

The following changes since commit 25804e6a96681d5d2142058948e218999e4f547c:

  arm64: Widen hwcap to be 64 bit (2013-09-20 09:56:07 +0100)

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 09d3ce74d7d60f37d1b030886ec659bbfe2e73bf:

  arm64: Remove duplicate DEBUG_STACK_USAGE config (2013-10-02 18:03:26 +0100)

----------------------------------------------------------------
- Bug-fixes (get_user/put_user, incorrect register width for ASID,
  FPSIMD initialisation)
- Kconfig clean-up
- defconfig update

----------------------------------------------------------------
AKASHI Takahiro (1):
      arm64: avoid multiple evaluation of ptr in get_user/put_user()

Jiang Liu (1):
      arm64: fix possible invalid FPSIMD initialization state

Matthew Leach (1):
      arm64: use correct register width when retrieving ASID

Ramkumar Ramachandra (2):
      arm64: include EXT4 in defconfig
      arm64: include VIRTIO_{MMIO,BLK} in defconfig

Stephen Boyd (1):
      arm64: Remove duplicate DEBUG_STACK_USAGE config

 arch/arm64/Kconfig.debug         |  7 -------
 arch/arm64/configs/defconfig     |  5 ++++-
 arch/arm64/include/asm/uaccess.h | 10 ++++++----
 arch/arm64/kernel/fpsimd.c       |  2 ++
 arch/arm64/mm/tlb.S              |  2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)