From patchwork Fri Oct 4 15:57:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 280663 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 B67102C0079 for ; Sat, 5 Oct 2013 01:58:42 +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 1VS7lm-0004Dr-Q1; Fri, 04 Oct 2013 15:58:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VS7lk-00081Q-22; Fri, 04 Oct 2013 15:58:20 +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 1VS7lg-00080p-Lq for linux-arm-kernel@lists.infradead.org; Fri, 04 Oct 2013 15:58:17 +0000 Received: from arm.com (e102109-lin.cambridge.arm.com [10.1.203.24]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id r94FvrJv015806; Fri, 4 Oct 2013 16:57:53 +0100 Date: Fri, 4 Oct 2013 16:57:31 +0100 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 updates for 3.12 Message-ID: <20131004155725.GA11953@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-20131004_115816_916765_60BF5C7C X-CRM114-Status: UNSURE ( 9.45 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.3 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.3 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.7 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/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(-)