On Wed, Feb 16, 2022 at 09:12:01PM +0000, Matthew Wilcox wrote: > On Wed, Feb 16, 2022 at 12:52:36PM -0800, Roman Gushchin wrote: > > The problem can be fixed by explicitly casting struct page * to struct > > slab * for slab pages. The tools works as expected with this fix, e.g.: > > This feels like a quick fix, and not really correct. Do you mind to provide a correct version? Thanks!