From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: Unionmount and overlayfs testsuite Date: Thu, 29 May 2014 14:23:18 -0400 Message-ID: <20140529182318.GA6607@redhat.com> References: <1400838223-30844-1-git-send-email-miklos@szeredi.hu> <28592.1401382081@warthog.procyon.org.uk> <29026.1401383705@warthog.procyon.org.uk> <31514.1401385803@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: sedat.dilek@gmail.com, Miklos Szeredi , Al Viro , Linus Torvalds , linux-fsdevel , LKML , Christoph Hellwig , Andrew Morton , apw@canonical.com, Felix Fietkau , neilb@suse.de, jordipujolp@gmail.com, ezk@fsl.cs.sunysb.edu, "J. R. Okajima" , mszeredi@suse.cz To: David Howells Return-path: Content-Disposition: inline In-Reply-To: <31514.1401385803@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, May 29, 2014 at 06:50:03PM +0100, David Howells wrote: > Sedat Dilek wrote: > > > config LOCKDEP > > bool > > It has no name, so you can't turn it on manually. You have to enable > something the depends on or selects it. > > Turn on: > > CONFIG_DEBUG_ATOMIC_SLEEP=y > CONFIG_DEBUG_LOCK_ALLOC=y > CONFIG_DEBUG_MUTEXES=y > CONFIG_DEBUG_RT_MUTEXES=y > CONFIG_DEBUG_SPINLOCK=y The more interesting parts of lockdep come under CONFIG_PROVE_LOCKING Dave