Re: [PATCH v2 3/6] mm/zsmalloc: use a proper page type

From: Sergey Senozhatsky
Date: Thu May 30 2024 - 01:01:36 EST


On (24/05/29 13:19), David Hildenbrand wrote:
> We won't be able to support 256 KiB base pages, which is acceptable.
[..]
> +config HAVE_ZSMALLOC
> + def_bool y
> + depends on MMU
> + depends on PAGE_SIZE_LESS_THAN_256KB # we want <= 64 KiB

Can't really say that I'm happy with this, but if mm-folks are
fine then okay.

FWIW
Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>