From patchwork Fri Jul 19 16:03:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 260304 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3C0D52C0098 for ; Sat, 20 Jul 2013 02:05:38 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V0DAj-0007uV-Mg; Fri, 19 Jul 2013 16:04:47 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V0DAU-0004mM-Uz; Fri, 19 Jul 2013 16:04:30 +0000 Received: from fw-tnat.cambridge.arm.com ([217.140.96.21] helo=cam-smtp0.cambridge.arm.com) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V0DAS-0004ln-6l for linux-arm-kernel@lists.infradead.org; Fri, 19 Jul 2013 16:04:29 +0000 Received: from arm.com (e102109-lin.cambridge.arm.com [10.1.203.38]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id r6JG42xO027532; Fri, 19 Jul 2013 17:04:03 +0100 Date: Fri, 19 Jul 2013 17:03:50 +0100 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fixes for 3.11-rc2 Message-ID: <20130719160336.GA22565@arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130719_120428_472243_970A03F5 X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.0 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [217.140.96.21 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.4 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) 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 ff701306cd49aaff80fb852323b387812bc76491: arm64: use common reboot infrastructure (2013-07-19 15:57:08 +0100) ---------------------------------------------------------------- - Post -rc1 update to the common reboot infrastructure. - Fixes (user cache maintenance fault handling, !COMPAT compilation, CPU online and interrupt hanlding). ---------------------------------------------------------------- Catalin Marinas (1): arm64: Only enable local interrupts after the CPU is marked online Chen Gang (1): arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler() Marc Zyngier (1): arm64: use common reboot infrastructure Will Deacon (1): arm64: mm: don't treat user cache maintenance faults as writes arch/arm64/include/asm/debug-monitors.h | 7 ----- arch/arm64/include/asm/system_misc.h | 3 ++- arch/arm64/kernel/process.c | 2 +- arch/arm64/kernel/smp.c | 15 ++++++----- arch/arm64/mm/fault.c | 46 ++++++++++++++------------------- 5 files changed, 31 insertions(+), 42 deletions(-)