lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 27 Jun 2009 08:12:49 +0100
From:	David Howells <dhowells@...hat.com>
To:	Wu Fengguang <fengguang.wu@...el.com>,
	"riel@...hat.com" <riel@...hat.com>,
	"minchan.kim@...il.com" <minchan.kim@...il.com>
Cc:	dhowells@...hat.com, Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Christoph Lameter <cl@...ux-foundation.org>,
	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
	"hannes@...xchg.org" <hannes@...xchg.org>,
	"peterz@...radead.org" <peterz@...radead.org>,
	"tytso@....edu" <tytso@....edu>,
	"linux-mm@...ck.org" <linux-mm@...ck.org>,
	"elladan@...imo.com" <elladan@...imo.com>,
	"npiggin@...e.de" <npiggin@...e.de>
Subject: Found the commit that causes the OOMs


I've managed to bisect things to find the commit that causes the OOMs.  It's:

	commit 69c854817566db82c362797b4a6521d0b00fe1d8
	Author: MinChan Kim <minchan.kim@...il.com>
	Date:   Tue Jun 16 15:32:44 2009 -0700

	    vmscan: prevent shrinking of active anon lru list in case of no swap space V3

	    shrink_zone() can deactivate active anon pages even if we don't have a
	    swap device.  Many embedded products don't have a swap device.  So the
	    deactivation of anon pages is unnecessary.

	    This patch prevents unnecessary deactivation of anon lru pages.  But, it
	    don't prevent aging of anon pages to swap out.

	    Signed-off-by: Minchan Kim <minchan.kim@...il.com>
	    Acked-by: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
	    Cc: Johannes Weiner <hannes@...xchg.org>
	    Acked-by: Rik van Riel <riel@...hat.com>
	    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
	    Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>

This exhibits the problem.  The previous commit:

	commit 35282a2de4e5e4e173ab61aa9d7015886021a821
	Author: Brice Goglin <Brice.Goglin@...-lyon.org>
	Date:   Tue Jun 16 15:32:43 2009 -0700

	    migration: only migrate_prep() once per move_pages()

survives 16 iterations of the LTP syscall testsuite without exhibiting the
problem.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ