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]
Date:	Wed, 01 Apr 2015 06:01:02 +0300
From:	Yury <yury.norov@...il.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
CC:	linux@...izon.com, klimov.linux@...il.com,
	linux@...musvillemoes.dk, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] lib: bitmap_[empty,full]: remove code duplication

On 01.04.2015 02:06, Andrew Morton wrote:
> On Sun, 29 Mar 2015 05:03:55 +0300 Yury Norov <yury.norov@...il.com> wrote:
>
>> Function 'bitmap_empty' has it's own implementation.
>> But it's clearly as simple as:
>> 	"find_first_bit(src, nbits) == nbits"
>> The same is true for 'bitmap_full'.
> Looks OK.
>
> Please send a Signed-off-by: for this patch.
Hello Andrew,

Is it enough?

Signed-off-by: Yury Norov <yury.norov@...il.com>

BR,
Yury Norov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ