From: Rafael Aquini Date: Fri, 9 Mar 2012 20:27:27 +0000 (-0300) Subject: mm: SLAB Out-of-memory diagnostics X-Git-Tag: v3.4-rc1~56^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bdec192b40cf7f7eec170b317c76089eb5eeddb;p=pandora-kernel.git mm: SLAB Out-of-memory diagnostics Following the example at mm/slub.c, add out-of-memory diagnostics to the SLAB allocator to help on debugging certain OOM conditions. An example print out looks like this: SLAB: Unable to allocate memory on node 0 (gfp=0x11200) cache: bio-0, object size: 192, order: 0 node 0: slabs: 3/3, objs: 60/60, free: 0 Signed-off-by: Rafael Aquini Acked-by: Rik van Riel Acked-by: David Rientjes Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed