From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754320AbbJGOU2 (ORCPT ); Wed, 7 Oct 2015 10:20:28 -0400 Received: from foss.arm.com ([217.140.101.70]:57901 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751187AbbJGOU1 (ORCPT ); Wed, 7 Oct 2015 10:20:27 -0400 Date: Wed, 7 Oct 2015 15:20:21 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com Subject: [GIT PULL] arm64: fixes for -rc5 Message-ID: <20151007142021.GA12577@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull the following arm64 fixes for 4.3-rc5. They address a couple of issues found with RT, a broken initrd message in the console log and a simple performance fix for some MMC workloads. Headlines in the tag. Thanks, Will --->8 The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46: Linux 4.3-rc4 (2015-10-04 16:57:17 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 62c6c61adbc623cdacf74b8f29c278e539060c48: arm64: replace read_lock to rcu lock in call_break_hook (2015-10-06 19:10:28 +0100) ---------------------------------------------------------------- arm64 fixes for 4.3-rc5 - A couple of locking fixes for RT kernels - Avoid printing bogus initrd warnings when initrd isn't present - Performance fix for random mmap file readahead - Typo fix ---------------------------------------------------------------- Mark Rutland (1): arm64: Don't relocate non-existent initrd Mark Salyzyn (1): arm64: readahead: fault retry breaks mmap file read random detection Yang Shi (3): arm64: debug: Fix typo in debug-monitors.c arm64: convert patch_lock to raw lock arm64: replace read_lock to rcu lock in call_break_hook arch/arm64/kernel/debug-monitors.c | 23 ++++++++++++----------- arch/arm64/kernel/insn.c | 6 +++--- arch/arm64/kernel/setup.c | 2 ++ arch/arm64/mm/fault.c | 1 + 4 files changed, 18 insertions(+), 14 deletions(-)