Re: [PATCH v3 0/5] mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
[email protected] Fri, 26 Jun 2026 08:21:17 +0000
| Newsgroups | org.kernel.vger.sparclinux,dev.linux.lists.loongarch,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-riscv,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <178246207775.3816447.6521226918403076772.git-patchwork-notify@kernel.org> |
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton <[email protected]>: On Mon, 1 Jun 2026 16:48:39 +0800 you wrote: > The weak vmemmap_set_pmd() and vmemmap_check_pmd() hooks are > currently no-ops in the generic code, which leaves architectures that > need PMD-level handling to open-code the same logic locally. > > This series provides generic implementations for both helpers in > mm/sparse-vmemmap.c. vmemmap_set_pmd() installs a huge PMD with > PAGE_KERNEL protection, and vmemmap_check_pmd() verifies a present > leaf PMD before reusing the existing vmemmap_verify() helper. > > [...] Here is the summary with links: - [v3,1/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd() https://git.kernel.org/riscv/c/0b6073ff1574 - [v3,2/5] arm64/mm: drop vmemmap_pmd helpers and use generic code https://git.kernel.org/riscv/c/f521f198b50a - [v3,3/5] riscv/mm: drop vmemmap_pmd helpers and use generic code https://git.kernel.org/riscv/c/abff0ecf7602 - [v3,4/5] loongarch/mm: drop vmemmap_check_pmd helper and use generic code https://git.kernel.org/riscv/c/ecca7da924b1 - [v3,5/5] sparc/mm: drop vmemmap_check_pmd helper and use generic code https://git.kernel.org/riscv/c/d3d58e946900 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html