From patchwork Thu Nov 2 18:42:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 833479 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WkRCh4UT"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ySYqg3v6Hz9s7f for ; Fri, 3 Nov 2017 05:42:49 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=v5Z9YAkumBt5v+LnvcYNb3F2J+emWYV/0rNMCF8SPgs=; b=WkRCh4UTkcvsTN 0Gu9v8gKzNj6WF7kROdCr5ElBQVVZyjfFAqMkd3WMR+BzwMFXxa4R5jfC7FxaagMd0BbX+kntUpDf BnHOKDfDYl4QVm6Knuj2O/+lclPNl3acYuoTayZQfE/+EWsa1KH4tElowdmym7tKWeW7jMbog9HdB AaGbXU4Bp98LzUcG6VOa/SvnTSTVJElqvL2fEbFcOHeqlNUaxkLTwiCa8CAPJCXnOAkYCSh84beGX 9ROyGnI6UyUYuqs+EJY2Mp+xtS5TC6F9qiA8W61ElKCjZjpYRH2lBe2lV5+88PgZJanpeH5+cT653 bxrncqRhY9ka2dLjsC9g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eAKRw-0002jj-Ne; Thu, 02 Nov 2017 18:42:44 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eAKRs-0002e7-TX for linux-arm-kernel@lists.infradead.org; Thu, 02 Nov 2017 18:42:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4E6931435; Thu, 2 Nov 2017 11:42:20 -0700 (PDT) Received: from armageddon.cambridge.arm.com (armageddon.cambridge.arm.com [10.1.206.84]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3F2C23F3E1; Thu, 2 Nov 2017 11:42:19 -0700 (PDT) Date: Thu, 2 Nov 2017 18:42:16 +0000 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fix for 4.14 Message-ID: <20171102184215.3q7sqasz4wfkvq7v@armageddon.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171102_114241_039782_EE664ED1 X-CRM114-Status: GOOD ( 10.85 ) X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [217.140.101.70 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 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] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 fix below. Thanks. The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984: Linux 4.14-rc7 (2017-10-29 13:58:38 -0700) 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 7a7003b1da010d2b0d1dc8bf21c10f5c73b389f1: arm64: ensure __dump_instr() checks addr_limit (2017-11-02 18:33:08 +0000) ---------------------------------------------------------------- Check addr_limit in arm64 __dump_instr() ---------------------------------------------------------------- Mark Rutland (1): arm64: ensure __dump_instr() checks addr_limit arch/arm64/kernel/traps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)