Re: [tip:locking/core] locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING

From: Byungchul Park
Date: Fri Aug 18 2017 - 01:33:23 EST


On Thu, Aug 17, 2017 at 12:45:44PM +0200, Ingo Molnar wrote:
> > @@ -1164,9 +1164,6 @@ config LOCKDEP_CROSSRELEASE
> >
> > config LOCKDEP_COMPLETE
> > bool "Lock debugging: allow completions to use deadlock detector"
> > - depends on PROVE_LOCKING
> > - select LOCKDEP_CROSSRELEASE
> > - default n
> > help
>
> Yeah, so I only noticed this after committing the patches, but this change does
> not make the option non-interactive. The way to do that is to remove the "" help
> text, i.e. make it a simple 'bool'.
>
> I'll do that and re-push.

I am sorry for making it rather harder to be done.