Re: [RFC 07/11] mm: debug: VM_BUG()

2015-04-30 Thread Kirill A. Shutemov
On Tue, Apr 14, 2015 at 04:56:29PM -0400, Sasha Levin wrote: > VM_BUG() complements VM_BUG_ON() just like with WARN() and WARN_ON(). > > This lets us format custom strings to output when a VM_BUG() is hit. > > Signed-off-by: Sasha Levin > --- > include/linux/mmdebug.h | 10 +- > 1

Re: [RFC 07/11] mm: debug: VM_BUG()

2015-04-30 Thread Kirill A. Shutemov
On Tue, Apr 14, 2015 at 04:56:29PM -0400, Sasha Levin wrote: VM_BUG() complements VM_BUG_ON() just like with WARN() and WARN_ON(). This lets us format custom strings to output when a VM_BUG() is hit. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- include/linux/mmdebug.h | 10

[RFC 07/11] mm: debug: VM_BUG()

2015-04-14 Thread Sasha Levin
VM_BUG() complements VM_BUG_ON() just like with WARN() and WARN_ON(). This lets us format custom strings to output when a VM_BUG() is hit. Signed-off-by: Sasha Levin --- include/linux/mmdebug.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

[RFC 07/11] mm: debug: VM_BUG()

2015-04-14 Thread Sasha Levin
VM_BUG() complements VM_BUG_ON() just like with WARN() and WARN_ON(). This lets us format custom strings to output when a VM_BUG() is hit. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- include/linux/mmdebug.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git