On (24/12/17 00:04), Hyeonggon Yoo wrote: > This patch series introduces a new memory descriptor for zswap.zpool that > currently overlaps with struct page for now. This is part of the effort > to reduce the size of struct page and to enable dynamic allocation of > memory descriptors [1]. > > This series does not bloat anything for zsmalloc and no functional > change is intended (except for using zpdesc and folios). > > In the near future, the removal of page->index from struct page [2] > will be addressed and the project also depends on this patch series. > > I think this series is now ready to be included in mm-unstable if there's > no objection. Sergey thankfully added Reviewed-by and Tested-by tags on v8. > But as I updated the patchset, could you please explicitly add them for v9 > as well? A range-diff output is included at the end of this cover letter > to help review. > > Thanks to everyone got involved in this series, especially, Alex who's been > pushing it forward this year. > > v8: https://lore.kernel.org/linux-mm/20241205175000.3187069-1-willy@xxxxxxxxxxxxx > [1] https://lore.kernel.org/linux-mm/ZvRKzKizOfEWBtJp@xxxxxxxxxxxxxxxxxxxx > [2] https://lore.kernel.org/linux-mm/Z09hOy-UY9KC8WMb@xxxxxxxxxxxxxxxxxxxx > > v8 -> v9: > Functionally very little change and most of them are comment/changelog > updates. Huge thanks to everyone. FWIW Acked-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Tested-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>