2022-11-08 12:52:17

by Rong Tao

[permalink] [raw]
Subject: [PATCH] tools/vm/page_owner: ignore page_owner_sort binary

From: Rong Tao <[email protected]>

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 <[email protected]>
---
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