[Hmm, this got stuck in my outgoing queue for some reason - sending again] On Thu 05-11-15 17:30:19, aris@xxxxxxxxxx wrote: > dump_stack() isn't always useful and in some scenarios OOMs can be quite > common and there's no need to flood the console with dump_stack()'s output. I think we want to revisit loglevel of other parts of the oom report as well but this is a good start. > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Ingo Molnar <mingo@xxxxxxxxxx> > Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> > Cc: Michal Hocko <mhocko@xxxxxxxxxx> > Cc: Greg Thelen <gthelen@xxxxxxxxxx> > Cc: Johannes Weiner <hannes@xxxxxxxxxxx> > Cc: David Rientjes <rientjes@xxxxxxxxxx> > Signed-off-by: Aristeu Rozanski <aris@xxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> > > --- > mm/oom_kill.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-2.6.orig/mm/oom_kill.c 2015-10-27 09:24:01.014413690 -0400 > +++ linux-2.6/mm/oom_kill.c 2015-11-05 14:51:31.091521337 -0500 > @@ -384,7 +384,7 @@ pr_warning("%s invoked oom-killer: gfp_m > current->signal->oom_score_adj); > cpuset_print_task_mems_allowed(current); > task_unlock(current); > - dump_stack(); > + dump_stack_lvl(KERN_DEBUG); > if (memcg) > mem_cgroup_print_oom_info(memcg, p); > else -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>