Re: [RFC PATCH 1/2] mm, oom: dump meminfo for all memory nodes

2020-11-03 Thread Michal Hocko
On Wed 04-11-20 14:10:09, Feng Tang wrote: > In some OOM cases, if there is memory node binding(current->mems_allowed > is not NULL), system may only print the meminfo for these bound nodes, > while other nodes' info could still be important for debugging. > > For example on a platform with one no

[RFC PATCH 1/2] mm, oom: dump meminfo for all memory nodes

2020-11-03 Thread Feng Tang
In some OOM cases, if there is memory node binding(current->mems_allowed is not NULL), system may only print the meminfo for these bound nodes, while other nodes' info could still be important for debugging. For example on a platform with one normal node (has DMA/DMA32/NORMAL... zones) and one nod