On 12/1/21 19:14, Vlastimil Babka wrote: > Folks from non-slab subsystems are Cc'd only to patches affecting them, and > this cover letter. > > Series also available in git, based on 5.16-rc3: > https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slab-struct_slab-v2r2 I have pushed a v3, but not going to resent immediately to avoid unnecessary spamming, the differences is just that some patches are removed and other reordered, so the current v2 posting should be still sufficient for on-list review: https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slab-struct_slab-v3r1 patch 29/33 iommu: Use put_pages_list - removed as this version is broken and Robin Murphy has meanwhile incorporated it partially to his series: https://lore.kernel.org/lkml/cover.1637671820.git.robin.murphy@xxxxxxx/ patch 30/33 mm: Remove slab from struct page - removed and postponed for later as this can be only be applied after the iommu use of page.freelist is resolved patch 27/33 zsmalloc: Stop using slab fields in struct page patch 28/33 bootmem: Use page->index instead of page->freelist - moved towards the end of series, to further separate the part that adjusts non-slab users of slab fields towards removing those fields from struct page.