Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932320AbaKRQeO (ORCPT ); Tue, 18 Nov 2014 11:34:14 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:19503 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932284AbaKRQeM (ORCPT ); Tue, 18 Nov 2014 11:34:12 -0500 Message-ID: <546B74F5.10004@oracle.com> Date: Tue, 18 Nov 2014 11:33:57 -0500 From: Sasha Levin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Mel Gorman CC: Linux Kernel , Linux-MM , Aneesh Kumar , Hugh Dickins , Dave Jones , Rik van Riel , Ingo Molnar , Kirill Shutemov , Linus Torvalds Subject: Re: [RFC PATCH 0/7] Replace _PAGE_NUMA with PAGE_NONE protections References: <1415971986-16143-1-git-send-email-mgorman@suse.de> <5466C8A5.3000402@oracle.com> <20141118154246.GB2725@suse.de> In-Reply-To: <20141118154246.GB2725@suse.de> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/2014 10:42 AM, Mel Gorman wrote: > 1. I'm assuming this is a KVM setup but can you confirm? Yes. > 2. Are you using numa=fake=N? Yes. numa=fake=24, which is probably way more nodes on any physical machine than the new code was tested on? > 3. If you are using fake NUMA, what happens if you boot without it as > that should make the patches a no-op? Nope, still seeing it without fake numa. > 4. Similarly, does the kernel boot properly without without patches? Yes, the kernel works fine without the patches both with and without fake numa. > 5. Are any other patches applied because the line numbers are not lining > up exactly? I have quite a few more patches on top of next, but they're debug patches that add VM_BUG_ONs in quite a few places. One thing that was odd is that your patches had merge conflicts when applied on -next in mm/huge-memory.c, so maybe that's where line number differences are coming from. > 6. As my own KVM setup appears broken, can you tell me if the host > kernel has changed recently? If so, does using an older host kernel > make a difference? Nope, I've been using the same host kernel (Ubuntu's 3.16.0-24-generic #32) for a while now. > At the moment I'm scratching my head trying to figure out how the > patches could break 9p like this as I don't believe KVM is doing any > tricks with the same bits that could result in loss. This issue reproduces rather easily, I'd be happy to try out debug patches rather than having you guess at what might have gone wrong. Thanks, Sasha -- 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/