From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A7C3616F0C9 for ; Fri, 5 Jul 2024 17:05:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720199124; cv=none; b=qdL0yhLW+GvM8fesBabvR5He+Bb4iK3w7XW8jivVAoH4vbeQEimi2OCEnL5p9qvI666NuvFdslXbaoN8MUJS4ufi9fvkuE7WPHsqYpBU15IWCfHSJzRpH8uL2Gbj/HwYvqhxd5XGE912BpIUxPnzh4v6TwUo1TRwvgrdvmCW3+g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720199124; c=relaxed/simple; bh=MKtRMGM/j8nO4KxYLuFEIS5UAUmF3DwCDOQWoeGvid0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Yfzy97X/c7b7WxILYBipBDTQ+7tHMeSQgYf74hwf+8Han64vI+niYdYqhYr5qMBiTCpU6P1XRMJCCWyxnwyRgxMJmyqBSzdImbBMUGILB7N7xhNbWRlAsf3K8NipQoZ0YLnQLN9nJi9nczGQPCN5oVQ/b0GAFmXTDzpT4hmCaN0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3D6061477; Fri, 5 Jul 2024 10:05:46 -0700 (PDT) Received: from arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4654E3F762; Fri, 5 Jul 2024 10:05:18 -0700 (PDT) Date: Fri, 5 Jul 2024 18:05:16 +0100 From: Catalin Marinas To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, aneesh.kumar@kernel.org, aneesh.kumar@linux.ibm.com, bp@alien8.de, broonie@kernel.org, christophe.leroy@csgroup.eu, dave.hansen@linux.intel.com, hpa@zytor.com, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, maz@kernel.org, mingo@redhat.com, mpe@ellerman.id.au, naveen.n.rao@linux.ibm.com, npiggin@gmail.com, oliver.upton@linux.dev, shuah@kernel.org, szabolcs.nagy@arm.com, tglx@linutronix.de, will@kernel.org, x86@kernel.org, kvmarm@lists.linux.dev Subject: Re: [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig Message-ID: References: <20240503130147.1154804-1-joey.gouly@arm.com> <20240503130147.1154804-23-joey.gouly@arm.com> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240503130147.1154804-23-joey.gouly@arm.com> On Fri, May 03, 2024 at 02:01:40PM +0100, Joey Gouly wrote: > Now that support for POE and Protection Keys has been implemented, add a > config to allow users to actually enable it. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon Acked-by: Catalin Marinas