[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tencent_F6CAC0ABE16839E2B2419BD07316DA65BB06@qq.com>
Date: Tue, 8 Nov 2022 19:53:48 +0800
From: Rong Tao <rtoax@...mail.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, Rong Tao <rongtao@...tc.cn>
Subject: [PATCH] tools/vm/page_owner: ignore page_owner_sort binary
From: Rong Tao <rongtao@...tc.cn>
page_owner_sort was introduced since commit 48c96a368579("mm/page_owner:
keep track of page owners"), and we should ignore it.
Signed-off-by: Rong Tao <rongtao@...tc.cn>
---
tools/vm/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/vm/.gitignore b/tools/vm/.gitignore
index 79bb92ae1bb3..922879f93fc8 100644
--- a/tools/vm/.gitignore
+++ b/tools/vm/.gitignore
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
slabinfo
page-types
+page_owner_sort
--
2.31.1
Powered by blists - more mailing lists