From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 787772F39D7 for ; Fri, 20 Feb 2026 04:10:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771560631; cv=none; b=X+Bt24O41VEsgWWOeZ0meJ8WSowBFoI2MhMH56mjXTJniQ1L/MkW7Yox04yluPEJqZHPd1zSV85ATWMQMHSKT3GWReOEMCQ/mPdViPV7e5lm12mI5MYJz6QX+bnI8J6hVFJLn83THkr488vBg+E2rv3FrHo4J8t3fJp+821YL2k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771560631; c=relaxed/simple; bh=YLLAbyGm0F9m0Mypc3ideA8QOvIO6kTmhd+3yWxkaE4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=EGsK4e9C8SBqBZmTwC0XkHpGrQ+PCC2jZgYkPnuZwFaXS2ASGZIEABdyktpjrDCXaT4SKNiww0jfeYPQ2S8gsNJycu2TtHqwM+/YcLh/8tD0hCtSIMH41wpr5YG69qd3LmcDHs2LoUmT0kqpe61HakxFeyhIQ/97XzmgeZsoMS8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kTtK5AKZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kTtK5AKZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 267C4C19421; Fri, 20 Feb 2026 04:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771560631; bh=YLLAbyGm0F9m0Mypc3ideA8QOvIO6kTmhd+3yWxkaE4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kTtK5AKZ1RD3Hd+Qxzib1YAeeESOC+72wxWtnIJN6iDEVUEIY7Rxl2ePuPiN/V5o/ k+rZIs9FvLnPIxPUWEwmtTWZePyqnygsvQ/oRArPOSMUQehN9ZmGNPzN/htt5J58Ai qcfxI2WQy0ULly43wzvW5aObYdstSnWi5aOFUekprwhQS9sIRFzYU9aMBGM2c3HeI2 Zee+wtGMbpNJzghQBk7w0eK0VIxBPrxD2SptGPil48nFuUCxTHwCt5C3MokQ+6Oo4M NnfGIuud5nhQXgIazdRPxlu5zrkOUi0ojKCNfxJMh6pEIcV6UUhN2bIxI3/yprxCQG neCFLK/sxgU3A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9EF73809A88; Fri, 20 Feb 2026 04:10:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v18 00/12] Support page table check on PowerPC From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177156063929.189817.18154815738132303149.git-patchwork-notify@kernel.org> Date: Fri, 20 Feb 2026 04:10:39 +0000 References: <20251219-pgtable_check_v18rebase-v18-0-755bc151a50b@linux.ibm.com> In-Reply-To: <20251219-pgtable_check_v18rebase-v18-0-755bc151a50b@linux.ibm.com> To: Andrew Donnellan Cc: linux-riscv@lists.infradead.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, pasha.tatashin@soleen.com, akpm@linux-foundation.org, maddy@linux.ibm.com, npiggin@gmail.com, rmclure@nvidia.com, chleroy@kernel.org, alex@ghiti.fr, x86@kernel.org, nicholas@linux.ibm.com, sweettea-kernel@dorminy.me, andrew+kernel@donnellan.id.au, ssrish@linux.ibm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton : On Fri, 19 Dec 2025 04:09:32 +1100 you wrote: > [I will be leaving IBM in about a month from now, and will also be on leave > for most of that time starting tomorrow. I've cc'd my personal email, which > I am going to use for any kernel development I do after I leave, and also > Srish Srinivasan, who will be taking over some of my work.] > > Support page table check on PowerPC. Page table check tracks the usage of > of page table entries at each level to ensure that anonymous mappings have > at most one writable consumer, and likewise that file-backed mappings are > not simultaneously also anonymous mappings. > > [...] Here is the summary with links: - [v18,01/12] arm64/mm: Add addr parameter to __set_ptes_anysz() https://git.kernel.org/riscv/c/9ac4941aceb0 - [v18,02/12] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz() https://git.kernel.org/riscv/c/ee329c29fde8 - [v18,03/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set() https://git.kernel.org/riscv/c/c4a0c5ff85b7 - [v18,04/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set() https://git.kernel.org/riscv/c/6e2d8f9fc4ed - [v18,05/12] mm/page_table_check: Provide addr parameter to page_table_check_ptes_set() https://git.kernel.org/riscv/c/0a5ae4483177 - [v18,06/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear() https://git.kernel.org/riscv/c/2e6ac078ce5d - [v18,07/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear() (no matching commit) - [v18,08/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear() (no matching commit) - [v18,09/12] mm: Provide address parameter to p{te,md,ud}_user_accessible_page() https://git.kernel.org/riscv/c/d79f9c9cf703 - [v18,10/12] powerpc/mm: Implement *_user_accessible_page() for ptes https://git.kernel.org/riscv/c/2f5e576598c9 - [v18,11/12] powerpc/mm: Use set_pte_at_unchecked() for internal usages https://git.kernel.org/riscv/c/2360f523a49b - [v18,12/12] powerpc/mm: Support page table check https://git.kernel.org/riscv/c/641d47d4c963 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html