Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764122AbYHRTQU (ORCPT ); Mon, 18 Aug 2008 15:16:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755433AbYHRTQA (ORCPT ); Mon, 18 Aug 2008 15:16:00 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46397 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754876AbYHRTP7 (ORCPT ); Mon, 18 Aug 2008 15:15:59 -0400 Message-ID: <48A9CA10.80500@linux-foundation.org> Date: Mon, 18 Aug 2008 14:14:24 -0500 From: Christoph Lameter User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Mel Gorman CC: Adam Litke , linux-mm , linux-kernel , Andrew Morton , nacc , apw , agl Subject: Re: [BUG] __GFP_THISNODE is not always honored References: <1218837685.12953.11.camel@localhost.localdomain> <20080818105918.GD32113@csn.ul.ie> In-Reply-To: <20080818105918.GD32113@csn.ul.ie> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 21 > That's bad in itself and has wider reaching consequences than hugetlb > getting its counters wrong. I believe SLUB depends on __GFP_THISNODE > being obeyed for example. Can you boot the machine in question with > mminit_loglevel=4 and loglevel=8 set on the command line and send me the > dmesg please? It should output the zonelists and I might be able to > figure out what's going wrong. Thanks Its SLAB depends on it and will corrupt data if the wrong node is returned. SLAB has BUG_ONs that should trigger if anything like that occurs. > This will mask the bug for hugetlb but I wonder if this should be a > VM_BUG_ON(page_to_nid(page) != nid) ? Right. -- 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/