Re: [PATCH v3 1/3] mm, slub: use pGp to print page flags

2021-02-08 Thread Miaohe Lin
On 2021/2/8 18:14, Yafang Shao wrote: > As pGp has been already introduced in printk, we'd better use it to make > the output human readable. > > Before this change, the output is, > [ 6155.716018] INFO: Slab 0x4027dd4f objects=33 used=3 > fp=0x8cd1579c flags=0x17c0010200 > >

Re: [PATCH v3 1/3] mm, slub: use pGp to print page flags

2021-02-08 Thread Matthew Wilcox
On Mon, Feb 08, 2021 at 06:14:37PM +0800, Yafang Shao wrote: > As pGp has been already introduced in printk, we'd better use it to make > the output human readable. > > Before this change, the output is, > [ 6155.716018] INFO: Slab 0x4027dd4f objects=33 used=3 > fp=0x8cd1579c flag

[PATCH v3 1/3] mm, slub: use pGp to print page flags

2021-02-08 Thread Yafang Shao
As pGp has been already introduced in printk, we'd better use it to make the output human readable. Before this change, the output is, [ 6155.716018] INFO: Slab 0x4027dd4f objects=33 used=3 fp=0x8cd1579c flags=0x17c0010200 While after this change, the output is, [ 8846.517809