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:	Fri, 7 Mar 2008 20:12:57 +0100
From:	Andrea Arcangeli <andrea@...ranet.com>
To:	Christoph Lameter <clameter@....com>
Cc:	akpm@...ux-foundation.org, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org, kvm-devel@...ts.sourceforge.net,
	general@...ts.openfabrics.org, Jack Steiner <steiner@....com>,
	Robin Holt <holt@....com>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Izik Eidus <izike@...ranet.com>, Avi Kivity <avi@...ranet.com>,
	Nick Piggin <npiggin@...e.de>
Subject: Re: Notifier for Externally Mapped Memory (EMM) V1

On Wed, Mar 05, 2008 at 04:22:11PM -0800, Christoph Lameter wrote:
> +		if (e->callback) {
> +			x = e->callback(e, mm, op, start, end);
> +			if (x)
> +				return x;
[..]
> +
> +	if (emm_notify(mm, emm_referenced, address, address + PAGE_SIZE))
> +			referenced++;

This has still the same aging bug as in the RFC version.
--
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