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 X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F0CEC433C1 for ; Fri, 26 Mar 2021 11:08:04 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 989E461A14 for ; Fri, 26 Mar 2021 11:08:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 989E461A14 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=cLDfh4LXU7QjpgsqaVjLPIDksVHBbXyO8+6LKa1LR3w=; b=Z1yoDDns0rgheYseXkGrAB0Z1 O2GgPy5m5Sej6qAeZptmktbUZ8n98MNp9B9EpBtxGVi3pRzDuRlwuY/Wi+pltl4T9KKRR0S9dEIhB xG5In2WEZ9JVkj0uVFjsLMQdRL4RPKNbgGCJJqpUs9doFDyOmIiXCmYYF18yV/Hq/E7BVfdULNoV9 O8bbObFVqyOF+v/WwBgrFvFe8eg5UxKDulHW0GjW46otCkclIY/fMcwtNAEl4nR39AlddyIZPp2qL wvA14LqMK64gOht3M8eAW7cpCRsZ0JaNHip656kd4I6NRMiVmeOa4SBsgjWgsWpfzD84F8IBXxXfe RaooAmxQw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lPkI4-003NyW-85; Fri, 26 Mar 2021 11:06:08 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lPkHu-003Nwz-A0 for linux-arm-kernel@lists.infradead.org; Fri, 26 Mar 2021 11:06:00 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D6C2C61A1E; Fri, 26 Mar 2021 11:05:55 +0000 (UTC) From: Catalin Marinas To: Vladimir Murzin , linux-arm-kernel@lists.infradead.org Cc: Will Deacon , dave.martin@arm.com, keescook@chromium.org Subject: Re: (subset) [PATCH v4 0/2] arm64: Support Enhanced PAN Date: Fri, 26 Mar 2021 11:05:54 +0000 Message-Id: <161675674368.29458.15003738954717175881.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210312173811.58284-1-vladimir.murzin@arm.com> References: <20210312173811.58284-1-vladimir.murzin@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210326_110559_027218_9D3108C5 X-CRM114-Status: UNSURE ( 6.53 ) 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: , 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 On Fri, 12 Mar 2021 17:38:09 +0000, Vladimir Murzin wrote: > ARM architecture gains support of Enhanced Privileged Access Never > (EPAN) which allows Privileged Access Never to be used with > Execute-only mappings. > > As a consequence 24cecc377463 ("arm64: Revert support for execute-only > user mappings") can be revisited and re-enabled. > > [...] Applied to arm64 (for-next/epan), thanks! [1/2] arm64: Support execute-only permissions with Enhanced PAN https://git.kernel.org/arm64/c/18107f8a2df6 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel