All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore
@ 2026-07-31  7:03 Sarthak Sharma
  2026-08-01  1:05 ` SJ Park
  0 siblings, 1 reply; 2+ messages in thread
From: Sarthak Sharma @ 2026-07-31  7:03 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm, linux-kernel, Sarthak Sharma

.gitignore currently does not include the binary
thp_swap_allocator_test. Add it to .gitignore.

Signed-off-by: Sarthak Sharma <sarthak.sharma@arm.com>
---
Changes in v2:
- Correct the binary name in the subject and commit message

---
 tools/mm/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/mm/.gitignore b/tools/mm/.gitignore
index 922879f93fc8..1446a659e540 100644
--- a/tools/mm/.gitignore
+++ b/tools/mm/.gitignore
@@ -2,3 +2,4 @@
 slabinfo
 page-types
 page_owner_sort
+thp_swap_allocator_test
-- 
2.39.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore
  2026-07-31  7:03 [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore Sarthak Sharma
@ 2026-08-01  1:05 ` SJ Park
  0 siblings, 0 replies; 2+ messages in thread
From: SJ Park @ 2026-08-01  1:05 UTC (permalink / raw)
  To: Sarthak Sharma; +Cc: SJ Park, Andrew Morton, linux-mm, linux-kernel

On Fri, 31 Jul 2026 12:33:43 +0530 Sarthak Sharma <sarthak.sharma@arm.com> wrote:

> .gitignore currently does not include the binary
> thp_swap_allocator_test. Add it to .gitignore.

Thank you, but it seems the same change is already in mm.git.

[1] https://lore.kernel.org/20260624150642.19749-1-zenghui.yu@linux.dev


Thanks,
SJ

[...]


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-01  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31  7:03 [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore Sarthak Sharma
2026-08-01  1:05 ` SJ Park

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.