From mboxrd@z Thu Jan 1 00:00:00 1970 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 9C6A9C433EF for ; Wed, 9 Mar 2022 19:05:38 +0000 (UTC) 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=qJmfUsGgLuZ8Z5ajVSMEAWwj5y4jshjjDxh7VMqDFPw=; b=UvPldclqGPZgWA 7IJmJd7jp8+cjp6N2mPXpmHVgZZH06ccJtKvpoSFyDHk5RET+yac9AIlvFn4Rn0a21phrAr39lG9Y VGXl1XzGQg7AxS6bWazdR7uNI9LA/7yE5mX7QrJb/hywJhMKFjFIgVwg6LP4z51Nqf3rAiTobyn6Q I1sL8w2lkKhVc7CWXjkDYmUHqk8SxXzBzH4AnkKWB3gGMKeWhhjz/5IZPRU8paUYNew5YW8PXq7RN roxuQGKnay8FzERoChl2CggPG5KTgCu3UqWeemLgphbMEpdma95fG1MvjQH60pX+KTDIcdk5mjkCe tcBPLgZbWxq8BWaSLXpA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS1bo-00ABB0-B1; Wed, 09 Mar 2022 19:04:28 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS1bk-00ABAb-QQ for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 19:04:26 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 43252B82224; Wed, 9 Mar 2022 19:04:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04029C340E8; Wed, 9 Mar 2022 19:04:20 +0000 (UTC) Date: Wed, 9 Mar 2022 19:04:17 +0000 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fixes for 5.17 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-20220309_110425_058348_215B5221 X-CRM114-Status: GOOD ( 10.65 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. I expect another pull request today or tomorrow with a small fix for building BHB with clang LTO enabled (some include order messing up defines). Thanks. The following changes since commit 4f6de676d94ee8ddfc2e7e7cd935fc7cb2feff3a: arm64: Correct wrong label in macro __init_el2_gicv3 (2022-02-14 18:37:07 +0000) 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 b859ebedd1e730bbda69142fca87af4e712649a1: arm64: kasan: fix include error in MTE functions (2022-03-09 15:27:21 +0000) ---------------------------------------------------------------- - Fix compilation of eBPF object files that indirectly include mte-kasan.h. - Fix test for execute-only permissions with EPAN (Enhanced Privileged Access Never, ARMv8.7 feature). ---------------------------------------------------------------- Catalin Marinas (1): arm64: Ensure execute-only permissions are not allowed without EPAN Paul Semel (1): arm64: kasan: fix include error in MTE functions arch/arm64/Kconfig | 3 --- arch/arm64/include/asm/mte-kasan.h | 1 + arch/arm64/include/asm/pgtable-prot.h | 4 ++-- arch/arm64/include/asm/pgtable.h | 11 ----------- arch/arm64/mm/mmap.c | 17 +++++++++++++++++ 5 files changed, 20 insertions(+), 16 deletions(-) -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel