Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933350Ab3FRQ7W (ORCPT ); Tue, 18 Jun 2013 12:59:22 -0400 Received: from mx2.corp.phx1.mozilla.com ([63.245.216.70]:55848 "EHLO smtp.mozilla.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933050Ab3FRQ7F (ORCPT ); Tue, 18 Jun 2013 12:59:05 -0400 Message-ID: <51C091D6.8010608@mozilla.com> Date: Tue, 18 Jun 2013 12:59:02 -0400 From: Dhaval Giani User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Minchan Kim CC: John Stultz , LKML , Andrew Morton , Android Kernel Team , Robert Love , Mel Gorman , Hugh Dickins , Dave Hansen , Rik van Riel , Dmitry Adamushko , Dave Chinner , Neil Brown , Andrea Righi , Andrea Arcangeli , "Aneesh Kumar K.V" , Mike Hommey , Taras Glek , Jan Kara , KOSAKI Motohiro , Michel Lespinasse , "linux-mm@kvack.org" Subject: Re: [PATCH 0/8] Volatile Ranges (v8?) References: <1371010971-15647-1-git-send-email-john.stultz@linaro.org> <51BF3827.4060606@mozilla.com> <20130618041100.GA3116@bbox> In-Reply-To: <20130618041100.GA3116@bbox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1168 Lines: 32 On 2013-06-18 12:11 AM, Minchan Kim wrote: > Hello Dhaval, > > On Mon, Jun 17, 2013 at 12:24:07PM -0400, Dhaval Giani wrote: >> Hi John, >> >> I have been giving your git tree a whirl, and in order to simulate a >> limited memory environment, I was using memory cgroups. >> >> The program I was using to test is attached here. It is your test >> code, with some changes (changing the syscall interface, reducing >> the memory pressure to be generated). >> >> I trapped it in a memory cgroup with 1MB memory.limit_in_bytes and hit this, >> >> [ 406.207612] ------------[ cut here ]------------ >> [ 406.207621] kernel BUG at mm/vrange.c:523! >> [ 406.207626] invalid opcode: 0000 [#1] SMP >> [ 406.207631] Modules linked in: >> [ 406.207637] CPU: 0 PID: 1579 Comm: volatile-test Not tainted > Thanks for the testing! > Does below patch fix your problem? Yes it does! Thank you very much for the patch. Thanks! Dhaval -- 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/