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:	Sat, 11 Aug 2007 21:47:40 +0000 (UTC)
From:	Steven <hairpinblue@...oo.com>
To:	linux-kernel@...r.kernel.org
Subject:  [PATCH] tuxonice-head 070811

Small problem with kernel/power/tuxonice_checksum.c which causes 
compilation to fail with wrong type for get_next_bit_on

--- tuxonice_checksum.c.orig	2007-08-11 14:22:52.000000000 -0700
+++ tuxonice_checksum.c	2007-08-11 14:23:01.000000000 -0700
@@ -292,7 +292,7 @@
 	if (check)
 		toi_num_resaved = 0;
 
-	BITMAP_FOR_EACH_SET(pageset2_map, pfn) {
+	BITMAP_FOR_EACH_SET(&pageset2_map, pfn) {
 		int ret;
 		if (index % CHECKSUMS_PER_PAGE) {
 			this_checksum += CHECKSUM_SIZE;

-
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