Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753440AbaBDLsw (ORCPT ); Tue, 4 Feb 2014 06:48:52 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:34661 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbaBDLst (ORCPT ); Tue, 4 Feb 2014 06:48:49 -0500 X-IronPort-AV: E=Sophos;i="4.95,779,1384300800"; d="scan'208";a="97689259" Message-ID: <52F0D39D.4050409@citrix.com> Date: Tue, 4 Feb 2014 11:48:45 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121215 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: Mel Gorman CC: Ingo Molnar , Konrad Rzeszutek Wilk , Boris Ostrovsky , Steven Noonan , Andrew Morton , George Dunlap , Dario Faggioli , Linus Torvalds , "Kirill A. Shutemov" , Rik van Riel , Elena Ufimtseva , Linux Kernel mailing List , Linux-MM , Linux-X86 , xen-devel Subject: Re: [PATCH] Subject: [PATCH] xen: Properly account for _PAGE_NUMA during xen pte translations References: <20140122032045.GA22182@falcon.amazon.com> <20140122050215.GC9931@konrad-lan.dumpdata.com> <20140122072914.GA9283@orcus.uplinklabs.net> <52DFD5DB.6060603@iogearbox.net> <20140122203337.GA31908@orcus.uplinklabs.net> <20140124133830.GU4963@suse.de> <20140204114445.GM6732@suse.de> In-Reply-To: <20140204114445.GM6732@suse.de> Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.2.76] X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/02/14 11:44, Mel Gorman wrote: > Steven Noonan forwarded a users report where they had a problem starting > vsftpd on a Xen paravirtualized guest, with this in dmesg: > [...] > > The issue could not be reproduced under an HVM instance with the same kernel, > so it appears to be exclusive to paravirtual Xen guests. He bisected the > problem to commit 1667918b (mm: numa: clear numa hinting information on > mprotect) that was also included in 3.12-stable. > > The problem was related to how xen translates ptes because it was not > accounting for the _PAGE_NUMA bit. This patch splits pte_present to add > a pteval_present helper for use by xen so both bare metal and xen use > the same code when checking if a PTE is present. Reviewed-by: David Vrabel Thanks. David -- 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/