]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/exit.c: quieten greatest stack depth printk
authorAnton Blanchard <anton@samba.org>
Tue, 2 Aug 2016 21:05:40 +0000 (14:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:23 +0000 (19:35 -0400)
commitd7f5cc4ae46465a5f11b86458dfb6b54144045de
treeafc17fd6c5f4635e16bfa62ecb35896311a49735
parent76ce802dcc7739ed08719f9250b9deeeb9842471
kernel/exit.c: quieten greatest stack depth printk

Many targets enable CONFIG_DEBUG_STACK_USAGE, and while the information
is useful, it isn't worthy of pr_warn().  Reduce it to pr_info().

Link: http://lkml.kernel.org/r/1466982072-29836-1-git-send-email-anton@ozlabs.org
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/exit.c