On Thu, May 29, 2014 at 06:50:03PM +0100, David Howells wrote:
 > Sedat Dilek <sedat.di...@gmail.com> 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
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to