Re: [RFC PATCH v2 2/7] mm: introduce CONFIG_PT_RECLAIM

From: Qi Zheng
Date: Tue Aug 06 2024 - 23:09:49 EST




On 2024/8/6 22:25, David Hildenbrand wrote:
On 05.08.24 14:55, Qi Zheng wrote:
This configuration variable will be used to build the code needed
to free empty user page table pages.

This feature is not available on all architectures yet, so
ARCH_SUPPORTS_PT_RECLAIM is needed. We can remove it once all
architectures support this feature.

Please squash this into #4

OK, will do.