commit | 627393d44860386e948bb63a8e5b53f2cc44d070 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Aug 02 14:05:40 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 02 19:35:23 2016 -0400 |
tree | afc17fd6c5f4635e16bfa62ecb35896311a49735 | |
parent | 7e7814180b334dff97ef8f56c7c40c277ad4531c [diff] |
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>