Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265726AbUFSCyn (ORCPT ); Fri, 18 Jun 2004 22:54:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265729AbUFSCyn (ORCPT ); Fri, 18 Jun 2004 22:54:43 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.101]:63662 "EHLO e1.ny.us.ibm.com") by vger.kernel.org with ESMTP id S265726AbUFSCym (ORCPT ); Fri, 18 Jun 2004 22:54:42 -0400 Subject: Re: Atomic operation for physically moving a page From: Dave Hansen To: Valdis.Kletnieks@vt.edu Cc: Ashwin Rao , linux-kernel , linux-mm In-Reply-To: <200406190103.i5J13WWr010687@turing-police.cc.vt.edu> References: <20040619003712.35865.qmail@web10904.mail.yahoo.com> <200406190103.i5J13WWr010687@turing-police.cc.vt.edu> Content-Type: text/plain Message-Id: <1087613632.4921.32.camel@nighthawk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 18 Jun 2004 19:53:52 -0700 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1011 Lines: 22 On Fri, 2004-06-18 at 18:03, Valdis.Kletnieks@vt.edu wrote: > On Fri, 18 Jun 2004 17:37:12 PDT, Ashwin Rao said: > > I want to copy a page from one physical location to > > another (taking the appr. locks). > > At the risk of sounding stupid, what problem are you trying to solve by copying > a page? Not only (as you note) could the page be referenced by multiple > processes, it could (conceivably) belong to a kernel slab or something, or be a > buffer for an in-flight I/O request, or any number of other possibly-racy > situations. You also have to make sure that the page is something who's physical address is allowed to change. Some stuff like DMA buffers, or a part of a hugetlb page might not even be valid to move. -- Dave - 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/