[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260123112913.1371323-1-alex@zazolabs.com>
Date: Fri, 23 Jan 2026 11:29:12 +0000
From: Alexander Atanasov <alex@...olabs.com>
To: Ming Lei <ming.lei@...hat.com>,
Shuah Khan <shuah@...nel.org>,
Jens Axboe <axboe@...nel.dk>,
Caleb Sander Mateos <csander@...estorage.com>
Cc: Alexander Atanasov <alex@...olabs.com>,
linux-block@...r.kernel.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] selftests: ublk: add missing gitignore for metadata_size binary
A new utility metadata_size was added in commit:
261b67f4e347 ("selftests: ublk: add utility to get block device metadata size")
but it was not added to .gitignore. Fix that by adding it there.
Fixes: 261b67f4e347 ("selftests: ublk: add utility to get block device metadata size")
Signed-off-by: Alexander Atanasov <alex@...olabs.com>
---
tools/testing/selftests/ublk/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/ublk/.gitignore b/tools/testing/selftests/ublk/.gitignore
index 8b2871ea7751..95052c32fa09 100644
--- a/tools/testing/selftests/ublk/.gitignore
+++ b/tools/testing/selftests/ublk/.gitignore
@@ -1,3 +1,4 @@
kublk
/tools
*-verify.state
+metadata_size
--
2.43.0
Powered by blists - more mailing lists