[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20260124123241.3257-1-richard120310@gmail.com>
Date: Sat, 24 Jan 2026 20:32:41 +0800
From: I-Hsin Cheng <richard120310@...il.com>
To: catalin.marinas@....com
Cc: will@...nel.org,
shuah@...nel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
I-Hsin Cheng <richard120310@...il.com>
Subject: [PATCH] kselftest/arm64: Add missing file in .gitignore
The binary generated by check_hugetlb_options is missing in .gitignore
under the directory. Add it into the file so it won't be logged into
version control.
Signed-off-by: I-Hsin Cheng <richard120310@...il.com>
---
tools/testing/selftests/arm64/mte/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/arm64/mte/.gitignore b/tools/testing/selftests/arm64/mte/.gitignore
index 052d0f9f92b3..f6937f890039 100644
--- a/tools/testing/selftests/arm64/mte/.gitignore
+++ b/tools/testing/selftests/arm64/mte/.gitignore
@@ -6,3 +6,4 @@ check_mmap_options
check_prctl
check_ksm_options
check_user_mem
+check_hugetlb_options
--
2.39.5 (Apple Git-154)
Powered by blists - more mailing lists