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] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250924053436.10919-1-xue01.he@samsung.com>
Date: Wed, 24 Sep 2025 05:34:36 +0000
From: Xue He <xue01.he@...sung.com>
To: akpm@...ux-foundation.org, axboe@...nel.dk
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] block: plug attempts to batch allocate tags multiple
 times

>+		if (val == (1UL << (map_depth - 1)) - 1) {
>+			if (!sbitmap_deferred_clear(map, map_depth, 0, 0))
>+				goto next;
>+		}
> 
> 		nr = find_first_zero_bit(&val, map_depth);
> 		if (nr + nr_tags <= map_depth) {

Hi, just a kindly ping...

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ