lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Oct 2017 16:42:30 +0200
From:   Ingo Molnar <mingo@...nel.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     Byungchul Park <byungchul.park@....com>, johan@...nel.org,
        arnd@...db.de, torvalds@...ux-foundation.org,
        linux-kernel@...r.kernel.org, peterz@...radead.org, hpa@...or.com,
        tony@...mide.com, linux-tip-commits@...r.kernel.org,
        kernel-team@....com
Subject: Re: [tip:locking/urgent] locking/lockdep: Disable cross-release
 features for now


* Thomas Gleixner <tglx@...utronix.de> wrote:

> On Tue, 17 Oct 2017, Ingo Molnar wrote:
> > * Byungchul Park <byungchul.park@....com> wrote:
> > > > diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> > > > index 2689b7c..e270584 100644
> > > > --- a/lib/Kconfig.debug
> > > > +++ b/lib/Kconfig.debug
> > > > @@ -1092,8 +1092,8 @@ config PROVE_LOCKING
> > > >  	select DEBUG_MUTEXES
> > > >  	select DEBUG_RT_MUTEXES if RT_MUTEXES
> > > >  	select DEBUG_LOCK_ALLOC
> > > > -	select LOCKDEP_CROSSRELEASE
> > > > -	select LOCKDEP_COMPLETIONS
> > > > +	select LOCKDEP_CROSSRELEASE if BROKEN
> > > > +	select LOCKDEP_COMPLETIONS if BROKEN
> > > 
> > > I agree with disabling crossrelease as default, becasue of regression,
> > > as I originally did.
> > > 
> > > However, it's expected to spend more time once it's enabled. Is the
> > > following acceptable?
> > 
> > No, please fix performance.
> 
> You know very well that with the cross release stuff we have to take the
> performance hit of stack unwinding because we have no idea whether there
> will show up a new lock relation later or not. And there is not much you
> can do in that respect.
> 
> OTOH, the cross release feature unearthed real deadlocks already so it is a
> valuable debug feature and having an explicit config switch which defaults
> to N is well worth it.

I disagree, because even if that's correct, the choices are not binary. The 
performance regression was a slowdown of around 7x: lockdep boot overhead on that 
particula system went from +3 seconds to +21 seconds...

As a response to the performance regression I haven't seen _any_ attempt to 
measure, profile and generally quantify the performance impact, which would at 
least make it more believable that the overhead cannot be reduced. That really 
makes me worry about the code on a higher level than just whether it can be 
enabled by default or not.

Caring about the performance of debug features very much matters, _especially_ 
when they are expensive.

Thanks,

	Ingo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ