diff options
author | Greg Thelen <[email protected]> | 2015-01-26 12:58:38 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-01-26 13:37:18 -0800 |
commit | 0346dadbf041a2606bcb5bd27828b0d105897f4a (patch) | |
tree | a4c6eff17820d0a50ca0d40744a2fae610a4e9b0 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | d69911a68c865b152a067feaa45e98e6bb0f655b (diff) |
memcg: remove extra newlines from memcg oom kill log
Commit e61734c55c24 ("cgroup: remove cgroup->name") added two extra
newlines to memcg oom kill log messages. This makes dmesg hard to read
and parse. The issue affects 3.15+.
Example:
Task in /t <<< extra #1
killed as a result of limit of /t
<<< extra #2
memory: usage 102400kB, limit 102400kB, failcnt 274712
Remove the extra newlines from memcg oom kill messages, so the messages
look like:
Task in /t killed as a result of limit of /t
memory: usage 102400kB, limit 102400kB, failcnt 240649
Fixes: e61734c55c24 ("cgroup: remove cgroup->name")
Signed-off-by: Greg Thelen <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions