* [PATCH] selftests: ublk: add missing gitignore for metadata_size binary
@ 2026-01-23 11:29 Alexander Atanasov
2026-01-23 13:34 ` Ming Lei
2026-01-23 16:21 ` Caleb Sander Mateos
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Atanasov @ 2026-01-23 11:29 UTC (permalink / raw)
To: Ming Lei, Shuah Khan, Jens Axboe, Caleb Sander Mateos
Cc: Alexander Atanasov, linux-block, linux-kselftest, linux-kernel
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@zazolabs.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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] selftests: ublk: add missing gitignore for metadata_size binary
2026-01-23 11:29 [PATCH] selftests: ublk: add missing gitignore for metadata_size binary Alexander Atanasov
@ 2026-01-23 13:34 ` Ming Lei
2026-01-23 16:21 ` Caleb Sander Mateos
1 sibling, 0 replies; 3+ messages in thread
From: Ming Lei @ 2026-01-23 13:34 UTC (permalink / raw)
To: Alexander Atanasov
Cc: Shuah Khan, Jens Axboe, Caleb Sander Mateos, linux-block,
linux-kselftest, linux-kernel
On Fri, Jan 23, 2026 at 11:29:12AM +0000, Alexander Atanasov wrote:
> 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@zazolabs.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
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Thanks,
Ming
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] selftests: ublk: add missing gitignore for metadata_size binary
2026-01-23 11:29 [PATCH] selftests: ublk: add missing gitignore for metadata_size binary Alexander Atanasov
2026-01-23 13:34 ` Ming Lei
@ 2026-01-23 16:21 ` Caleb Sander Mateos
1 sibling, 0 replies; 3+ messages in thread
From: Caleb Sander Mateos @ 2026-01-23 16:21 UTC (permalink / raw)
To: Alexander Atanasov
Cc: Ming Lei, Shuah Khan, Jens Axboe, linux-block, linux-kselftest,
linux-kernel
On Fri, Jan 23, 2026 at 3:29 AM Alexander Atanasov <alex@zazolabs.com> wrote:
>
> 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@zazolabs.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
Maybe move it next to kublk (the other executable), which would also
keep these sorted alphabetically?
Other than that,
Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-23 16:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 11:29 [PATCH] selftests: ublk: add missing gitignore for metadata_size binary Alexander Atanasov
2026-01-23 13:34 ` Ming Lei
2026-01-23 16:21 ` Caleb Sander Mateos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox