From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Arcangeli Subject: [ofa-general] Re: Notifier for Externally Mapped Memory (EMM) V1 Date: Fri, 7 Mar 2008 20:12:57 +0100 Message-ID: <20080307191257.GN24114@v2.random> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Nick Piggin , Peter Zijlstra , kvm-devel@lists.sourceforge.net, Jack Steiner , linux-kernel@vger.kernel.org, Avi Kivity , Izik Eidus , linux-mm@kvack.org, Robin Holt , general@lists.openfabrics.org, akpm@linux-foundation.org To: Christoph Lameter Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: kvm.vger.kernel.org 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.