[PATCH v2] mm, oom: Describe task memory unit, larger PID pad

2018-07-04 Thread Rodrigo Freire
The default page memory unit of OOM task dump events might not be intuitive and potentially misleading for the non-initiated when debugging OOM events: These are pages and not kBs. Add a small printk prior to the task dump informing that the memory units are actually memory _pages_. Also extends

[PATCH v2] mm, oom: Describe task memory unit, larger PID pad

2018-07-04 Thread Rodrigo Freire
The default page memory unit of OOM task dump events might not be intuitive and potentially misleading for the non-initiated when debugging OOM events: These are pages and not kBs. Add a small printk prior to the task dump informing that the memory units are actually memory _pages_. Also extends