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>] [day] [month] [year] [list]
Date:	Wed, 16 Jun 2010 15:44:43 +0400
From:	Пантелеев Павел 
	<pp_84@...l.ru>
To:	andi@...stfloor.org, linux-mm@...k.org,
	linux-kernel@...r.kernel.org
Subject: [patch] percpu in linux-2.6.35-rc3

Hello! My name is Pavel V. Panteleev. 

While working with percpu on linux-2.6.35-rc3 I have found trivial bugs in pcpu_build_alloc_info() function:
- we should memset group_cnt to 0 by size of group_cnt, not size of group_map;
- we can delete useless variable group_cnt_max.

Best regards,
Pavel V. Panteleev
--
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