Re: [PATCH v7 2/2] Refactor part of the oom report in dump_header

From: Michal Hocko
Date: Mon Jun 04 2018 - 05:52:21 EST


On Mon 04-06-18 16:57:17, çèé wrote:
> Hi Michal
>
> > I have earlier suggested that you split this into two parts. One to add
> > the missing information and the later to convert it to a single printk
> > output.
>
> I'm sorry I do not get your point. What do you mean the missing information?

memcg of the killed process

>
> > but it still really begs an example why we really insist on a single
> > printk and that should be in its own changelog.
>
> Actually , I just know that we should avoid the interleaving messages
> in the dmesg.

Yeah, that would be great. But you are increasing the static kernel size
and that is something to weigh in when considering the benefit. How
often those messages get interleaved? Is it worth another 512B of size?
Maybe yes, I am not sure. But this should be its own patch so that we
can revert it easily if the cost turns out to be bigger than the
benefit. You should realize that the OOM is a rare case and spending
resources on it is not really appreciated.

That being said, I am ready to ack a patch which adds the memcg of the
oom victim. I will not ack (nor nack) the patch which turns it into a
single print because I am not sure the benefit is really worth it. Maybe
others will though.
--
Michal Hocko
SUSE Labs