]> git.baikalelectronics.ru Git - kernel.git/commit
proc/meminfo: fix spacing in SecPageTables
authorYosry Ahmed <yosryahmed@google.com>
Thu, 17 Nov 2022 04:32:47 +0000 (04:32 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 23 Nov 2022 02:50:44 +0000 (18:50 -0800)
commitc3b92e8ba6d9926c4c8bc1c3b37a7d94b50c4f33
treee10bfc79fc09f8c973bcdb78da6b8a2453b44e8b
parent76bc6db398fe1be4f9f7045c318370d72145873a
proc/meminfo: fix spacing in SecPageTables

SecPageTables has a tab after it instead of a space, this can break
fragile parsers that depend on spaces after the stat names.

Link: https://lkml.kernel.org/r/20221117043247.133294-1-yosryahmed@google.com
Fixes: 7cfa698eee3a1b07 ("mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.")
Signed-off-by: Yosry Ahmed <yosryahmed@google.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Shakeel Butt <shakeelb@google.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Sean Christopherson <seanjc@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/meminfo.c