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 A5610C77B61 for ; Mon, 27 Mar 2023 17:08:56 +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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=bSQSD3FoBzyE5yJXLB5TYBxwOKUWP2aiiCc2cuLt8Lk=; b=4kNQJoN30VK5ID f4XOzwiD/MXkBwZJ3oB0TDvhpYQWuX4DrTbitT+WC1HdjbR4m2UZYoABsa595O1+rCyqwDLvQXsw2 uyznBdWDt7GC1LCqg8QdlVDIAY5odlgtCnF8Lm5/aEsMl4QJaaTELdpvbxenLka60IlONqMMa8wSg CcCjRoKUoz3RZ5L5a90bLzE4DM6aDT71VECNN3jAy7uHDmaH+x8YxNOGpgMf4hgasDt2iCe08qokI kUlGMGoxew4sA8pezgpd0HcTOyl5i/b7Vo10by7ATxxt4o38F8qiWEatgL7D25O0I2bA08Pqu4W9v 7Iq2hLzxNMAQ2TEQZtvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgqKE-00BqPh-2L; Mon, 27 Mar 2023 17:08:06 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pgqK3-00BqKh-11 for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2023 17:07:57 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 94E6C61313; Mon, 27 Mar 2023 17:07:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B7AEC433D2; Mon, 27 Mar 2023 17:07:51 +0000 (UTC) Date: Mon, 27 Mar 2023 18:07:49 +0100 From: Catalin Marinas To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, nd@arm.com, broonie@kernel.org, james.morse@arm.com, mark.rutland@arm.com, maz@kernel.org, oliver.upton@linux.dev, suzuki.poulose@arm.com, will@kernel.org, yuzenghui@huawei.com Subject: Re: [PATCH v1 17/18] arm64: enable Permission Indirection Extension (PIE) Message-ID: References: <20230309145246.22787-1-joey.gouly@arm.com> <20230309145246.22787-18-joey.gouly@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230309145246.22787-18-joey.gouly@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230327_100755_424174_9F139B66 X-CRM114-Status: UNSURE ( 9.23 ) 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 Thu, Mar 09, 2023 at 02:52:45PM +0000, Joey Gouly wrote: > Now that the necessary changes have been made, set the Permission Indirection > registers and enable the Permission Indirection Extension. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon Reviewed-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel