From: David Rientjes Date: Wed, 21 Mar 2012 23:33:47 +0000 (-0700) Subject: mm, oom: introduce independent oom killer ratelimit state X-Git-Tag: v3.4-rc1~158^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc3f21eadeea6d9898271ff32d35d5e00c6872ea;p=pandora-kernel.git mm, oom: introduce independent oom killer ratelimit state printk_ratelimit() uses the global ratelimit state for all printks. The oom killer should not be subjected to this state just because another subsystem or driver may be flooding the kernel log. This patch introduces printk ratelimiting specifically for the oom killer. Signed-off-by: David Rientjes Acked-by: KOSAKI Motohiro Reviewed-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed