Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752637AbZIUSVM (ORCPT ); Mon, 21 Sep 2009 14:21:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752185AbZIUSVJ (ORCPT ); Mon, 21 Sep 2009 14:21:09 -0400 Received: from smtp2.ultrahosting.com ([74.213.174.253]:56804 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751995AbZIUSVJ (ORCPT ); Mon, 21 Sep 2009 14:21:09 -0400 Date: Mon, 21 Sep 2009 14:17:40 -0400 (EDT) From: Christoph Lameter X-X-Sender: cl@V090114053VZO-1 To: Mel Gorman cc: Nick Piggin , Pekka Enberg , heiko.carstens@de.ibm.com, sachinp@in.ibm.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Tejun Heo , Benjamin Herrenschmidt Subject: Re: [RFC PATCH 0/3] Fix SLQB on memoryless configurations V2 In-Reply-To: <20090921180739.GT12726@csn.ul.ie> Message-ID: References: <1253549426-917-1-git-send-email-mel@csn.ul.ie> <20090921174656.GS12726@csn.ul.ie> <20090921180739.GT12726@csn.ul.ie> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 918 Lines: 24 On Mon, 21 Sep 2009, Mel Gorman wrote: > Can you spot if there is something fundamentally wrong with patch 2? I.e. what > is wrong with treating the closest node as local instead of only the > closest node? Depends on the way locking is done for percpu queues (likely lockless). A misidentification of the numa locality of an object may result in locks not being taken that should have been taken. > > Or just allow SLQB for !NUMA configurations and merge it now. > > > > Forcing SLQB !NUMA will not rattle out any existing list issues > unfortunately :(. But it will make SLQB work right in permitted configurations. The NUMA issues can then be fixed later upstream. -- 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/