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 371E3CA0EED for ; Mon, 25 Aug 2025 08:21:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=r50dDkvFDO+w+5+hTwJQC3IZEVejQAJBD9RW2mT+j/0=; b=MFe63JFXD/rpMwddgK0U/DQN99 WTYOzJPNulxfGmVYFbA1TWQc4IJXcMAU1apfujoGnXXZ0fxEHT+ZoHtSb3Ze5TAHflud1NQPY04D6 aQlkZqe+gAA4/e3VkzKhwGbqwVHiO+dlEME2mxBXkk7dk6LGSFrOPrQyFAAXbadKmEE0U32FvJCXH D2NXKfaBBkzrgreKqbIJpCpIgwoVX+ofqx8Vt9aaeZYFIyT8iCBjLffpCMoH1mQNuLEusYiShM3px C3kAx1CKCjjXAzULg+T4yXaJ7Y09pf6I8eyJOVvhnRvSJOnOHtajW8TIXdTONsrPS7wSLQMUmxu0z L2T75pqQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqSRp-00000007HdO-49eN; Mon, 25 Aug 2025 08:21:01 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uqRgL-00000007BET-046g for linux-arm-kernel@lists.infradead.org; Mon, 25 Aug 2025 07:31:58 +0000 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 601921D70; Mon, 25 Aug 2025 00:31:45 -0700 (PDT) Received: from [10.57.89.148] (unknown [10.57.89.148]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 366D23F738; Mon, 25 Aug 2025 00:31:47 -0700 (PDT) Message-ID: <8e4e5648-9b70-4257-92c5-14c60928e240@arm.com> Date: Mon, 25 Aug 2025 09:31:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [RFC PATCH v5 00/18] pkeys-based page table hardening To: Yang Shi , linux-hardening@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Andrew Morton , Andy Lutomirski , Catalin Marinas , Dave Hansen , David Hildenbrand , Ira Weiny , Jann Horn , Jeff Xu , Joey Gouly , Kees Cook , Linus Walleij , Lorenzo Stoakes , Marc Zyngier , Mark Brown , Matthew Wilcox , Maxwell Bland , "Mike Rapoport (IBM)" , Peter Zijlstra , Pierre Langlois , Quentin Perret , Rick Edgecombe , Ryan Roberts , Thomas Gleixner , Vlastimil Babka , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, x86@kernel.org References: <20250815085512.2182322-1-kevin.brodsky@arm.com> <98c9689f-157b-4fbb-b1b4-15e5a68e2d32@os.amperecomputing.com> Content-Language: en-GB From: Kevin Brodsky In-Reply-To: <98c9689f-157b-4fbb-b1b4-15e5a68e2d32@os.amperecomputing.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250825_003157_155436_918ECF33 X-CRM114-Status: GOOD ( 23.53 ) 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 On 21/08/2025 19:29, Yang Shi wrote: > Hi Kevin, > > On 8/15/25 1:54 AM, Kevin Brodsky wrote: >> This is a proposal to leverage protection keys (pkeys) to harden >> critical kernel data, by making it mostly read-only. The series includes >> a simple framework called "kpkeys" to manipulate pkeys for in-kernel >> use, >> as well as a page table hardening feature based on that framework, >> "kpkeys_hardened_pgtables". Both are implemented on arm64 as a proof of >> concept, but they are designed to be compatible with any architecture >> that supports pkeys. > > [...] > >> >> Note: the performance impact of set_memory_pkey() is likely to be >> relatively low on arm64 because the linear mapping uses PTE-level >> descriptors only. This means that set_memory_pkey() simply changes the >> attributes of some PTE descriptors. However, some systems may be able to >> use higher-level descriptors in the future [5], meaning that >> set_memory_pkey() may have to split mappings. Allocating page tables > > I'm supposed the page table hardening feature will be opt-in due to > its overhead? If so I think you can just keep kernel linear mapping > using PTE, just like debug page alloc. Indeed, I don't expect it to be turned on by default (in defconfig). If the overhead proves too large when block mappings are used, it seems reasonable to force PTE mappings when kpkeys_hardened_pgtables is enabled. > >> from a contiguous cache of pages could help minimise the overhead, as >> proposed for x86 in [1]. > > I'm a little bit confused about how this can work. The contiguous > cache of pages should be some large page, for example, 2M. But the > page table pages allocated from the cache may have different > permissions if I understand correctly. The default permission is RO, > but some of them may become R/W at sometime, for example, when calling > set_pte_at(). You still need to split the linear mapping, right? When such a helper is called, *all* PTPs become writeable - there is no per-PTP permission switching. PTPs remain mapped RW (i.e. the base permissions set at the PTE level are RW). With this series, they are also all mapped with the same pkey (1). By default, the pkey register is configured so that pkey 1 provides RO access. The net result is that PTPs are RO by default, since the pkey restricts the effective permissions. When calling e.g. set_pte(), the pkey register is modified to enable RW access to pkey 1, making it possible to write to any PTP. Its value is restored when the function exit so that PTPs are once again RO. - Kevin