Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752874Ab1EUOOe (ORCPT ); Sat, 21 May 2011 10:14:34 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:38722 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751876Ab1EUOOc (ORCPT ); Sat, 21 May 2011 10:14:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=dJMRPv/KcHbAMb2gbvIaP6T9Kp+DGj5nOSwWmj5e22CTmbwYMR96kPXBSM8xA0RfEJ jziHJJ3ImlDwPbcadyXvhipm2jdqdjVpipzwkLmOizaULzELrqIYNwChFswGVA3PY+tM ixw3ZiGIbPL+qrL+eQU4/1MbPJMsFuFHnmilU= MIME-Version: 1.0 In-Reply-To: References: <4DD5DC06.6010204@jp.fujitsu.com> <20110520140856.fdf4d1c8.kamezawa.hiroyu@jp.fujitsu.com> <20110520101120.GC11729@random.random> <20110520153346.GA1843@barrios-desktop> <20110520161934.GA2386@barrios-desktop> From: KOSAKI Motohiro Date: Sat, 21 May 2011 23:14:11 +0900 X-Google-Sender-Auth: sTTcROILcpnYXYT8FjUV7nXjzGk Message-ID: Subject: Re: Kernel falls apart under light memory pressure (i.e. linking vmlinux) To: Andrew Lutomirski Cc: Minchan Kim , Andrea Arcangeli , KAMEZAWA Hiroyuki , fengguang.wu@intel.com, andi@firstfloor.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, mgorman@suse.de, hannes@cmpxchg.org, riel@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 752 Lines: 19 > I did some tracing and the oops happens from the second call to > shrink_page_list after should_reclaim_stall returns true and it hits > the same pages in the same order that the earlier call just finished > calling SetPageActive on. Can you please share your tracing patch and raw tracing result log? Thanks. > I have *not* confirmed that the two calls > happened from the same call to shrink_inactive_list, but something's > certainly wrong in there. > > This is very easy to reproduce on my laptop. -- 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/