[PATCH] /proc/PID/smaps: Consistent whitespace output format

2020-07-28 Thread Michal Koutný
The keys in smaps output are padded to fixed width with spaces. All except for THPeligible that uses tabs (only since commit c06306696f83 ("mm: thp: fix false negative of shmem vma's THP eligibility")). Unify the output formatting to save time debugging some naïve parsers. (Part of the unification

Re: [PATCH] /proc/PID/smaps: Consistent whitespace output format

2020-07-28 Thread Yang Shi
On 7/28/20 1:32 AM, Michal Koutný wrote: The keys in smaps output are padded to fixed width with spaces. All except for THPeligible that uses tabs (only since commit c06306696f83 ("mm: thp: fix false negative of shmem vma's THP eligibility")). Unify the output formatting to save time debugging