From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: No, really, stop trying to delete slab until you've finished making slub perform as well Date: Thu, 14 Aug 2008 09:45:16 -0500 Message-ID: <48A444FC.8090908@linux-foundation.org> References: <20080805210125.A897.KOSAKI.MOTOHIRO@jp.fujitsu.com> <48986AC6.5030406@linux-foundation.org> <20080813194222.E77F.KOSAKI.MOTOHIRO@jp.fujitsu.com> <48A2DD2C.3090602@linux-foundation.org> <48A3DBAC.6010109@cs.helsinki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: KOSAKI Motohiro , KOSAKI Motohiro , Matthew Wilcox , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mel Gorman , andi@firstfloor.org, Rik van Riel To: Pekka Enberg Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:56983 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182AbYHNOqk (ORCPT ); Thu, 14 Aug 2008 10:46:40 -0400 In-Reply-To: <48A3DBAC.6010109@cs.helsinki.fi> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Pekka Enberg wrote: > This patch hard locks on my 2-way 64-bit x86 machine (sysrq doesn't > respond) when I run hackbench. Hmmm.. Then the issue may be different than we thought. Lock may be taken recursively in some situations. Can you enable lockdep?