From patchwork Fri Oct 8 18:36:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12546191 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86930C433EF for ; Fri, 8 Oct 2021 18:39:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 522BB60F92 for ; Fri, 8 Oct 2021 18:39:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 522BB60F92 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc: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=2njAVyMKBTLsfq/1ZD3xXZ4xdzwvm7NfIH1iScVVGy8=; b=BCKuearjGhV/Wi qFWo5ZMHbqS9Sq8zzVzaa/KZRReon5zu/iuFpa0IqF04hiugabm6j935KoMNR0yLcTRvboP3Bd9OZ 92dbQtAYs5zZfa4F8tCtysA7RlMGfPM4MlgX8iGVfM3uFZy//b8XRrZZiZlMA4wLXo0KDlTMfo/o+ 0ZOja2WihVLTZNRN5cRAXw4YAcW3hpB4bQQ3cx3VuNfCt51UWr+K5x+WWg/9qOkCXj/d7/rGxrsXh 8pv5FtyVis3OHBz3NQB3njIuVTJq9BPZmYgYMMbpg7uHI2QWBMXa1Ay/NqCycG0uUBux/sMT/wsJK T14eWOC2AF28mLO6hfRg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mYukH-003r6L-I8; Fri, 08 Oct 2021 18:37:26 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mYujs-003qxP-Vw for linux-arm-kernel@lists.infradead.org; Fri, 08 Oct 2021 18:37:02 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7C50E60F6B; Fri, 8 Oct 2021 18:36:59 +0000 (UTC) Date: Fri, 8 Oct 2021 19:36:56 +0100 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , Marc Zyngier , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] arm64 fixes for 5.15-rc5 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211008_113701_100385_4DEC3EAD X-CRM114-Status: UNSURE ( 8.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit 22b70e6f2da0a4c8b1421b00cfc3016bc9d4d9d4: arm64: Restore forced disabling of KPTI on ThunderX (2021-09-23 15:59:15 +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 0350419b14b98fd6f36801583360c36c8820c2e6: arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE (2021-10-06 11:11:13 +0100) ---------------------------------------------------------------- arm64 fixes: - Avoid double accounting of irq_{entry,exit}_rcu(). - Fix CMA gigantic page order for 16K/64K page sizes. ---------------------------------------------------------------- Mark Rutland (1): arm64: entry: refactor EL1 interrupt entry logic Mike Kravetz (1): arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE Pingfan Liu (2): kernel/irq: make irq_{enter,exit}() in handle_domain_irq() arch optional arm64: entry: avoid double-accounting IRQ RCU entry arch/arm64/Kconfig | 1 + arch/arm64/kernel/entry-common.c | 47 +++++++++++++++++++++------------------- arch/arm64/mm/hugetlbpage.c | 2 +- kernel/irq/Kconfig | 3 +++ kernel/irq/irqdesc.c | 4 ++++ 5 files changed, 34 insertions(+), 23 deletions(-)