From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262146AbULLV3l (ORCPT ); Sun, 12 Dec 2004 16:29:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262142AbULLV1k (ORCPT ); Sun, 12 Dec 2004 16:27:40 -0500 Received: from holomorphy.com ([207.189.100.168]:21668 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S262136AbULLVZa (ORCPT ); Sun, 12 Dec 2004 16:25:30 -0500 Date: Sun, 12 Dec 2004 13:24:56 -0800 From: William Lee Irwin III To: Hugh Dickins Cc: Nick Piggin , Christoph Lameter , Linus Torvalds , Andrew Morton , Benjamin Herrenschmidt , linux-mm@kvack.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: page fault scalability patch V12 [0/7]: Overview and performance tests Message-ID: <20041212212456.GB2714@holomorphy.com> References: <41BBF923.6040207@yahoo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 12, 2004 at 09:33:11AM +0000, Hugh Dickins wrote: > Oh, hold on, isn't handle_mm_fault's pmd without page_table_lock > similarly racy, in both the 64-on-32 cases, and on architectures > which have a more complex pmd_t (sparc, m68k, h8300)? Sigh. yes. -- wli