Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c4c840c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm, oom: rate limit oom reaper logging"

parents 1d5782f4 c3fea2d9
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -1130,7 +1130,7 @@ void dump_killed_info(struct task_struct *selected)
{
	int selected_tasksize = get_mm_rss(selected->mm);

	pr_info("Killing '%s' (%d), adj %hd,\n"
	pr_info_ratelimited("Killing '%s' (%d), adj %hd,\n"
			"   to free %ldkB on behalf of '%s' (%d)\n"
			"   Free CMA is %ldkB\n"
			"   Total reserve is %ldkB\n"