Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763995AbYCGTN0 (ORCPT ); Fri, 7 Mar 2008 14:13:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932260AbYCGTNA (ORCPT ); Fri, 7 Mar 2008 14:13:00 -0500 Received: from host36-195-149-62.serverdedicati.aruba.it ([62.149.195.36]:51780 "EHLO mx.cpushare.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758505AbYCGTNA (ORCPT ); Fri, 7 Mar 2008 14:13:00 -0500 Date: Fri, 7 Mar 2008 20:12:57 +0100 From: Andrea Arcangeli To: Christoph Lameter Cc: akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, kvm-devel@lists.sourceforge.net, general@lists.openfabrics.org, Jack Steiner , Robin Holt , Peter Zijlstra , Izik Eidus , Avi Kivity , Nick Piggin Subject: Re: Notifier for Externally Mapped Memory (EMM) V1 Message-ID: <20080307191257.GN24114@v2.random> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 569 Lines: 16 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/