From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754079Ab0CZGyQ (ORCPT ); Fri, 26 Mar 2010 02:54:16 -0400 Received: from casper.infradead.org ([85.118.1.10]:34109 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753425Ab0CZGyN (ORCPT ); Fri, 26 Mar 2010 02:54:13 -0400 Subject: Re: [rfc][patch] mm: lockdep page lock From: Peter Zijlstra To: Jamie Lokier Cc: Nick Piggin , Jan Kara , Andrew Morton , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20100326031814.GQ19308@shareable.org> References: <20100315155859.GE2869@laptop> <20100315180759.GA7744@quack.suse.cz> <20100316022153.GJ2869@laptop> <1269437291.5109.238.camel@twins> <20100326031814.GQ19308@shareable.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 26 Mar 2010 07:54:07 +0100 Message-ID: <1269586447.12097.118.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2010-03-26 at 03:18 +0000, Jamie Lokier wrote: > Peter Zijlstra wrote: > > On Tue, 2010-03-16 at 13:21 +1100, Nick Piggin wrote: > > > > > > > > > Agreed (btw. Peter is there any way to turn lock debugging back on? > > > it's annoying when cpufreq hotplug code or something early breaks and > > > you have to reboot in order to do any testing). > > > > Not really, the only way to do that is to get the full system back into > > a known (zero) lock state and then fully reset the lockdep state. > > How about: Set a variable nr_pending = number of CPUs, run a task on > each CPU which disables interrupts, atomically decrements nr_pending > and then spins waiting for it to become negative (raw, not counted in > lockdep), and whichever one takes it to zero, that task knows there > are no locks held, and can reset the lockdep state. Then sets it to > -1 to wake everyone. Nope, won't work, you can easily preempt a lock holder.