From: KOSAKI Motohiro Date: Tue, 22 Sep 2009 00:01:32 +0000 (-0700) Subject: mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output X-Git-Tag: v2.6.32-rc1~579 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a7f5728a1db45d30df55a01adc130b4ab0327c;p=pandora-kernel.git mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output The amount of memory allocated to kernel stacks can become significant and cause OOM conditions. However, we do not display the amount of memory consumed by stacks. Add code to display the amount of memory used for stacks in /proc/meminfo. Signed-off-by: KOSAKI Motohiro Reviewed-by: Christoph Lameter Reviewed-by: Minchan Kim Reviewed-by: Rik van Riel Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed