Re: [RFC 02/11] mm: debug: deal with a new family of MM pointers

2015-04-30 Thread Sasha Levin
On 04/30/2015 12:17 PM, Kirill A. Shutemov wrote: > On Tue, Apr 14, 2015 at 04:56:24PM -0400, Sasha Levin wrote: >> > This teaches our printing functions about a new family of MM pointer that >> > it >> > could now print. >> > >> > I've picked %pZ because %pm and %pM were already taken, so I

Re: [RFC 02/11] mm: debug: deal with a new family of MM pointers

2015-04-30 Thread Kirill A. Shutemov
On Tue, Apr 14, 2015 at 04:56:24PM -0400, Sasha Levin wrote: > This teaches our printing functions about a new family of MM pointer that it > could now print. > > I've picked %pZ because %pm and %pM were already taken, so I figured it > doesn't really matter what we go with. We also have the

Re: [RFC 02/11] mm: debug: deal with a new family of MM pointers

2015-04-30 Thread Sasha Levin
On 04/30/2015 12:17 PM, Kirill A. Shutemov wrote: On Tue, Apr 14, 2015 at 04:56:24PM -0400, Sasha Levin wrote: This teaches our printing functions about a new family of MM pointer that it could now print. I've picked %pZ because %pm and %pM were already taken, so I figured it

Re: [RFC 02/11] mm: debug: deal with a new family of MM pointers

2015-04-30 Thread Kirill A. Shutemov
On Tue, Apr 14, 2015 at 04:56:24PM -0400, Sasha Levin wrote: This teaches our printing functions about a new family of MM pointer that it could now print. I've picked %pZ because %pm and %pM were already taken, so I figured it doesn't really matter what we go with. We also have the option of

[RFC 02/11] mm: debug: deal with a new family of MM pointers

2015-04-14 Thread Sasha Levin
This teaches our printing functions about a new family of MM pointer that it could now print. I've picked %pZ because %pm and %pM were already taken, so I figured it doesn't really matter what we go with. We also have the option of stealing one of those two... Signed-off-by: Sasha Levin ---

[RFC 02/11] mm: debug: deal with a new family of MM pointers

2015-04-14 Thread Sasha Levin
This teaches our printing functions about a new family of MM pointer that it could now print. I've picked %pZ because %pm and %pM were already taken, so I figured it doesn't really matter what we go with. We also have the option of stealing one of those two... Signed-off-by: Sasha Levin