On Mon, Jan 09, 2023 at 12:38:37PM +0900, Sergey Senozhatsky wrote: > Remove hard coded limit on the maximum number of physical > pages per-zspage. > > This will allow tuning of zsmalloc pool as zspage chain > size changes `pages per-zspage` and `objects per-zspage` > characteristics of size classes which also affects size > classes clustering (the way size classes are merged). > > Signed-off-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx> with addtional patch to fix UL in the thread.