From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 2 Oct 2002 12:45:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 2 Oct 2002 12:45:59 -0400 Received: from dsl-213-023-022-021.arcor-ip.net ([213.23.22.21]:28290 "EHLO starship") by vger.kernel.org with ESMTP id ; Wed, 2 Oct 2002 12:45:58 -0400 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Dave McCracken , Linux Memory Management , Linux Kernel Subject: Re: [PATCH] Snapshot of shared page tables Date: Wed, 2 Oct 2002 18:51:41 +0200 X-Mailer: KMail [version 1.3.2] References: <45850000.1033570655@baldur.austin.ibm.com> In-Reply-To: <45850000.1033570655@baldur.austin.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 02 October 2002 16:57, Dave McCracken wrote: > > Ok, here it is. This patch works for my simple tests, both under UP and > SMP, including under memory pressure. I'd appreciate anyone who'd like to > take it and beat on it. Please let me know of any problems you find. > > The patch is against this morning's 2.5 BK tree. Interesting, you substituted pte_page_lock(ptepage) for mm->page_table_lock. Could you wax poetic about that, please? -- Daniel