RE: [PATCH 2/2] mm: debug: print correct information for slab folios

2024-05-27 Thread sukrit.bhatna...@sony.com
Hi Matthew, On 2024-05-22 21:32, Matthew Wilcox wrote: > On Wed, May 22, 2024 at 04:46:29PM +0900, Sukrit Bhatnagar wrote: >> If the folio tests true for slab, do not print information that does not >> apply to it. Instead, print the slab flags stored in the kmem_cache field. >> >> [7.248722]

RE: [PATCH 0/2] Improve dump_page() output for slab pages

2024-05-27 Thread sukrit.bhatna...@sony.com
Hi Matthew, On 2024-05-22 23:11, Matthew Wilcox wrote: > On Wed, May 22, 2024 at 04:46:27PM +0900, Sukrit Bhatnagar wrote: >> On the other hand, the struct slab has kmem_cache which maintains another set >> of flags. It would be nice to have these flags added as a part of the debug >> output, and