]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: introduce VM_BUG_ON_MM
authorSasha Levin <sasha.levin@oracle.com>
Thu, 9 Oct 2014 22:28:37 +0000 (15:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:25:58 +0000 (22:25 -0400)
commit31c9afa6db122a5c7a7843278aaf77dd08ea6e98
treeaaa9854a4b07f458a0972141de3ee0a77d264641
parent82742a3a5152195edd69528c0c9a1a6fb9caa293
mm: introduce VM_BUG_ON_MM

Very similar to VM_BUG_ON_PAGE and VM_BUG_ON_VMA, dump struct_mm when the
bug is hit.

[akpm@linux-foundation.org: coding-style fixes]
[mhocko@suse.cz: fix build]
[mhocko@suse.cz: fix build some more]
[akpm@linux-foundation.org: do strange things to avoid doing strange things for the comma separators]
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Michal Hocko <mhocko@suse.cz>
Cc: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mmdebug.h
mm/debug.c