From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with ESMTP id B8FEC8D0040 for ; Sat, 26 Mar 2011 07:47:54 -0400 (EDT) Date: Sat, 26 Mar 2011 12:47:36 +0100 From: Ingo Molnar Subject: [PATCH] slub: Disable the lockless allocator Message-ID: <20110326114736.GA8251@elte.hu> References: <20110324142146.GA11682@elte.hu> <20110324172653.GA28507@elte.hu> <20110324185258.GA28370@elte.hu> <20110324192247.GA5477@elte.hu> <20110326112725.GA28612@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110326112725.GA28612@elte.hu> Sender: owner-linux-mm@kvack.org List-ID: To: Pekka Enberg Cc: Thomas Gleixner , Christoph Lameter , torvalds@linux-foundation.org, akpm@linux-foundation.org, tj@kernel.org, npiggin@kernel.dk, rientjes@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org The commit below solves this crash for me. Could we please apply this simple patch, until the real bug has been found, to keep upstream debuggable? The eventual fix can then re-enable the lockless allocator. Thanks, Ingo --------------->