Message ID | 1612239114-28428-1-git-send-email-anshuman.khandual@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory | expand |
On Tue, 2 Feb 2021 09:41:52 +0530, Anshuman Khandual wrote: > This series fixes pfn_valid() for ZONE_DEVICE based memory and also improves > its performance for normal hotplug memory. While here, it also reorganizes > pfn_valid() on CONFIG_SPARSEMEM. This series is based on v5.11-rc6. > > Question - should pfn_section_valid() be tested both for boot and non boot > memory as well ? > > [...] Applied to arm64 (for-next/mm), thanks! [1/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory https://git.kernel.org/arm64/c/fccf0a3dfeaf [2/2] arm64/mm: Reorganize pfn_valid() https://git.kernel.org/arm64/c/387f3531116e Cheers,