Re: [PATCH 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
[email protected] Fri, 26 Jun 2026 08:21:14 +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 | <178246207479.3816447.9419541647213093704.git-patchwork-notify@kernel.org> |
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton <[email protected]>: On Sat, 4 Apr 2026 15:17:04 +0800 you wrote: > The two weak functions vmemmap_set_pmd() and vmemmap_check_pmd() are > currently no-ops on every architecture, forcing each platform that needs > them to duplicate the same handful of lines. Provide a generic implementation: > > - vmemmap_set_pmd() simply sets a huge PMD with PAGE_KERNEL protection. > > - vmemmap_check_pmd() verifies that the PMD is present and leaf, > then calls the existing vmemmap_verify() helper. > > [...] Here is the summary with links: - [2/4] riscv/mm: drop vmemmap_pmd helpers and use generic code https://git.kernel.org/riscv/c/abff0ecf7602 - [3/5] riscv/mm: drop vmemmap_pmd helpers and use generic code https://git.kernel.org/riscv/c/abff0ecf7602 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html