From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Aquini Subject: Re: [PATCH v12 4/7] mm: introduce compaction and migration for ballooned pages Date: Sat, 17 Nov 2012 19:54:35 -0200 Message-ID: <20121117215434.GA23879__49212.8204125494$1353189313$gmane$org@x61.redhat.com> References: <6602296b38c073a5c6faa13ddbc74ceb1eceb2dd.1352656285.git.aquini@redhat.com> <50A7D0FA.2080709@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <50A7D0FA.2080709@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Sasha Levin Cc: Rik van Riel , "Michael S. Tsirkin" , Minchan Kim , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-mm@kvack.org, Andrew Morton List-Id: virtualization@lists.linuxfoundation.org On Sat, Nov 17, 2012 at 01:01:30PM -0500, Sasha Levin wrote: > > I'm getting the following while fuzzing using trinity inside a KVM tools guest, > on latest -next: > > [ 1642.783728] BUG: unable to handle kernel NULL pointer dereference at 0000000000000194 > [ 1642.785083] IP: [] isolate_migratepages_range+0x344/0x7b0 > > My guess is that we see those because of a race during the check in > isolate_migratepages_range(). > > > Thanks, > Sasha Sasha, could you share your .config and steps you did used with trinity? So I can attempt to reproduce this issue you reported. Thanks, Rafael