Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp

2021-03-09 Thread Petr Mladek
On Wed 2021-03-03 16:43:25, Petr Mladek wrote: > On Mon 2021-02-22 13:39:56, Matthew Wilcox wrote: > > On Mon, Feb 22, 2021 at 01:38:17PM +0100, Petr Mladek wrote: > > > Another question where to push this change. It is pity the we > > > finalized it in the middle of the merge window. It has to spe

Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp

2021-03-03 Thread Petr Mladek
On Mon 2021-02-22 13:39:56, Matthew Wilcox wrote: > On Mon, Feb 22, 2021 at 01:38:17PM +0100, Petr Mladek wrote: > > Another question where to push this change. It is pity the we > > finalized it in the middle of the merge window. It has to spend > > at least few days in linux-next. > > > > I woul

Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp

2021-02-22 Thread Yafang Shao
On Mon, Feb 22, 2021 at 8:38 PM Petr Mladek wrote: > > Hello, > > first, I am sorry for the late reply. I have marked the thread as > proceed by mistake last week... > > > On Mon 2021-02-15 23:51:41, Yafang Shao wrote: > > Currently the pGp only shows the names of page flags, rather than > > the f

Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp

2021-02-22 Thread Matthew Wilcox
On Mon, Feb 22, 2021 at 01:38:17PM +0100, Petr Mladek wrote: > Another question where to push this change. It is pity the we > finalized it in the middle of the merge window. It has to spend > at least few days in linux-next. > > I would like to hear from Andy before I push it into linux-next. > T

Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp

2021-02-22 Thread Petr Mladek
Hello, first, I am sorry for the late reply. I have marked the thread as proceed by mistake last week... On Mon 2021-02-15 23:51:41, Yafang Shao wrote: > Currently the pGp only shows the names of page flags, rather than > the full information including section, node, zone, last cpupid and > kasa

Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp

2021-02-22 Thread Yafang Shao
On Mon, Feb 15, 2021 at 11:53 PM Yafang Shao wrote: > > Currently the pGp only shows the names of page flags, rather than > the full information including section, node, zone, last cpupid and > kasan tag. While it is not easy to parse these information manually > because there're so many flavors.