From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934188AbaE2Run (ORCPT ); Thu, 29 May 2014 13:50:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51630 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932640AbaE2Rul (ORCPT ); Thu, 29 May 2014 13:50:41 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <1400838223-30844-1-git-send-email-miklos@szeredi.hu> <28592.1401382081@warthog.procyon.org.uk> <29026.1401383705@warthog.procyon.org.uk> To: sedat.dilek@gmail.com Cc: dhowells@redhat.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 Subject: Re: Unionmount and overlayfs testsuite Date: Thu, 29 May 2014 18:50:03 +0100 Message-ID: <31514.1401385803@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 David