From patchwork Tue Oct 12 16:55:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12553239 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 81324C433F5 for ; Tue, 12 Oct 2021 16:57:43 +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 42D5660E53 for ; Tue, 12 Oct 2021 16:57:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 42D5660E53 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=D6hrn6BgLXNIkCnApCZGJwLhtxVgYc8E6MnZKmr6vEE=; b=IEhzPlZtw3/Ub6 tBLb2W8zB3UJpKZmHMa9/UGPq3PFdc4i7u6ZVgyxr27Hhr4zOnkYLRUTPLmDV8kFqKelMX+b1ryTk CKoWF975sl1x/VUd5pxq+rKqTOQyRff8AUyCva6UU0Dyxa/DsdBn0GfoVsZfv5isYDqbzpuqqmtkz PbkKEyuwzebOC1PV6d0UY3mz4ev45DEkK1RlXxUjzi595Oh7POKNVQiUVy3JqNZzSEb/qqb34xuOZ 5AGiwWM5wstht+ujYtdPebYggtZrT4yD2LFtbYsNfXT1Nry1ruB9bIHPtmdT7GHyXKB7CLmsWQKkH A/2xXHgqxwDuBsFrH+Cg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1maL45-00DZ4A-JF; Tue, 12 Oct 2021 16:55:45 +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 1maL42-00DZ3t-KS for linux-arm-kernel@lists.infradead.org; Tue, 12 Oct 2021 16:55:43 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 43D3E60462; Tue, 12 Oct 2021 16:55:41 +0000 (UTC) Date: Tue, 12 Oct 2021 17:55:37 +0100 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" Subject: [GIT PULL] arm64 fixes for 5.15-rc6 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-20211012_095542_732318_FB085A99 X-CRM114-Status: UNSURE ( 8.81 ) 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, I dropped the IRQ changes and I'm re-submitting the pull request. 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 596143e3aec35c93508d6b7a05ddc999ee209b61: acpi/arm64: fix next_platform_timer() section mismatch error (2021-10-12 17:41:19 +0100) ---------------------------------------------------------------- arm64 fixes: - Fix CMA gigantic page order for 16K/64K page sizes. - Fix section mismatch error in drivers/acpi/arm64/gtdt.c. ---------------------------------------------------------------- Jackie Liu (1): acpi/arm64: fix next_platform_timer() section mismatch error Mike Kravetz (1): arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE arch/arm64/mm/hugetlbpage.c | 2 +- drivers/acpi/arm64/gtdt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)