lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADUfDZrtJO8AhRh1WbMo8_xPvwE6NBOD9K8bUr6_B+=mhiSd4g@mail.gmail.com>
Date: Fri, 23 Jan 2026 08:21:22 -0800
From: Caleb Sander Mateos <csander@...estorage.com>
To: Alexander Atanasov <alex@...olabs.com>
Cc: Ming Lei <ming.lei@...hat.com>, Shuah Khan <shuah@...nel.org>, Jens Axboe <axboe@...nel.dk>, 
	linux-block@...r.kernel.org, linux-kselftest@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] selftests: ublk: add missing gitignore for metadata_size binary

On Fri, Jan 23, 2026 at 3:29 AM Alexander Atanasov <alex@...olabs.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@...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

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@...estorage.com>

> --
> 2.43.0
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ