From patchwork Fri Aug 16 17:24:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 11098103 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C054C1395 for ; Fri, 16 Aug 2019 17:24:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A9ABC28A0D for ; Fri, 16 Aug 2019 17:24:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D82228A51; Fri, 16 Aug 2019 17:24:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 97E8828A0D for ; Fri, 16 Aug 2019 17:24:32 +0000 (UTC) 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=x/9w7TKhZS1NMdR1FgmQ2zN1C/jLrVJbHr1k95O1UPo=; b=IKxAR6hluhpq2k Xz5+gwhM//0Dq+d2RC9XZAcfSVySvjYSD7X6PXjhUNBLUiY5vv2nZl3zigdy9iXs1HZOj64kafzXn lIAm2WOEOAeiWjr93VEP7Aubg4VkJuBury4SPQhPEj754HcClzvfNJ2yDNTFC3Es5SQyZZJFC70YG CYxW1XuUD1DZfKFcDvXxTQR/YX8GL0ZzKS2DKwSIR31lidUA1KKInHspO4cxc/HZZvEsxITiTYwwE cJgOllxBTjWKA+64vyCQ7UcqXcMycXvqGUwMQoGzM5HDRpBYd1J8/drcU6yunFilC2HkE5OZhiLgD CLgaeSmZ4Zfax8V8RS+A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hyfxn-000640-KP; Fri, 16 Aug 2019 17:24:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hyfxZ-0005rX-Qp for linux-arm-kernel@lists.infradead.org; Fri, 16 Aug 2019 17:24:19 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 30E2D28; Fri, 16 Aug 2019 10:24:16 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7EE173F694; Fri, 16 Aug 2019 10:24:15 -0700 (PDT) Date: Fri, 16 Aug 2019 18:24:13 +0100 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fixes for 5.3-rc5 Message-ID: <20190816172411.GA36979@arrakis.emea.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190816_102417_940029_3E40A6E8 X-CRM114-Status: UNSURE ( 9.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: will@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit 30e235389faadb9e3d918887b1f126155d7d761d: arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64 (2019-08-08 18:38:20 +0100) 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 b6143d10d23ebb4a77af311e8b8b7f019d0163e6: arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side (2019-08-16 17:40:03 +0100) ---------------------------------------------------------------- arm64 fixes: - Don't taint the kernel if CPUs have different sets of page sizes supported (other than the one in use). - Issue I-cache maintenance for module ftrace trampoline. ---------------------------------------------------------------- Will Deacon (2): arm64: cpufeature: Don't treat granule sizes as strict arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side arch/arm64/kernel/cpufeature.c | 14 +++++++++++--- arch/arm64/kernel/ftrace.c | 22 +++++++++++++--------- 2 files changed, 24 insertions(+), 12 deletions(-)