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]
Date:	Mon, 17 Jan 2011 14:57:53 +0800
From:	Américo Wang <xiyou.wangcong@...il.com>
To:	xing lin <linxingnku@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: BUG: unable to handle kernel paging request at ffff8800cf669000

On Fri, Jan 14, 2011 at 04:30:51PM -0700, xing lin wrote:
>Hi,
>
>I wrote a kernel module to calculate the hash for each page frame, in
>order to see how many pages are duplicated. It works well in 32-bit
>Linux with 2GB physical memory. But when I tried to run this module in
>64-bit Linux(2.6.32-24-generic with NUMA enabled) with 12GB physical
>memory, it can calculates hashes for the first 63553 in-use pages but
>then reports a bug when the page frame number reaches 849513. This
>page frame should be in use since the count for the page instance is
>1. I do not know why sha_transform results in a page_fault(the data to
>be digested is the page which should be in memory). Would anyone give
>me some hints? Thanks.
>

Isn't this what KSM does? :) Check mm/ksm.c, it uses jhash2().

--
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