On Wed, Aug 06, 2025 at 10:14:39PM +0200, David Hildenbrand wrote: > > But yeah, whether these "as is" pages are movable or not is a good question > as well -- in particular when zsmalloc supports page migration and the "as > is" pages would not. By "as is" page, do you mean the page which the reclaim code is trying to reclaim or the page within zsmalloc on which the content of original pages are copied as is? Most probably you meant the page which the reclaim code is trying to reclaim. This page is on its way to get freed after [z]swapout is completed and this patch is not changing any behavior for that path.