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 0x000000004027dd4f objects=33 used=3 > fp=0x000000008cd1579c flags=0x17ffffc0010200 > > While after this change, the output is, > [ 8846.517809] INFO: Slab 0x00000000f42a2c60 objects=33 used=3 > fp=0x0000000060d32ca8 flags=0x17ffffc0010200(slab|head) > > Reviewed-by: David Hildenbrand <da...@redhat.com> > Reviewed-by: Vlastimil Babka <vba...@suse.cz> > Acked-by: David Rientjes <rient...@google.com> > Acked-by: Christoph Lameter <c...@linux.com> > Signed-off-by: Yafang Shao <laoar.s...@gmail.com>
Reviewed-by: Matthew Wilcox (Oracle) <wi...@infradead.org>