|
@@ -406,6 +406,8 @@ static void dump_header(struct oom_control *oc, struct task_struct *p)
|
|
pr_warn("%s invoked oom-killer: gfp_mask=%#x(%pGg), order=%d, oom_score_adj=%hd\n",
|
|
pr_warn("%s invoked oom-killer: gfp_mask=%#x(%pGg), order=%d, oom_score_adj=%hd\n",
|
|
current->comm, oc->gfp_mask, &oc->gfp_mask, oc->order,
|
|
current->comm, oc->gfp_mask, &oc->gfp_mask, oc->order,
|
|
current->signal->oom_score_adj);
|
|
current->signal->oom_score_adj);
|
|
|
|
+ if (!IS_ENABLED(CONFIG_COMPACTION) && oc->order)
|
|
|
|
+ pr_warn("COMPACTION is disabled!!!\n");
|
|
|
|
|
|
cpuset_print_current_mems_allowed();
|
|
cpuset_print_current_mems_allowed();
|
|
dump_stack();
|
|
dump_stack();
|