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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 25 Oct 2017 04:12:12 -0700 From: tip-bot for Byungchul Park <tipbot@...or.com> To: linux-tip-commits@...r.kernel.org Cc: mingo@...nel.org, peterz@...radead.org, hpa@...or.com, tglx@...utronix.de, linux-kernel@...r.kernel.org, byungchul.park@....com, torvalds@...ux-foundation.org Subject: [tip:locking/core] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS Commit-ID: 2dcd5adfb7401b762ddbe4b86dcacc2f3de6b97b Gitweb: https://git.kernel.org/tip/2dcd5adfb7401b762ddbe4b86dcacc2f3de6b97b Author: Byungchul Park <byungchul.park@....com> AuthorDate: Wed, 25 Oct 2017 17:56:01 +0900 Committer: Ingo Molnar <mingo@...nel.org> CommitDate: Wed, 25 Oct 2017 12:19:01 +0200 locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS Now that the performance regression is fixed, re-enable CONFIG_LOCKDEP_CROSSRELEASE=y and CONFIG_LOCKDEP_COMPLETIONS=y. Signed-off-by: Byungchul Park <byungchul.park@....com> Cc: Linus Torvalds <torvalds@...ux-foundation.org> Cc: Peter Zijlstra <peterz@...radead.org> Cc: Thomas Gleixner <tglx@...utronix.de> Cc: amir73il@...il.com Cc: axboe@...nel.dk Cc: darrick.wong@...cle.com Cc: david@...morbit.com Cc: hch@...radead.org Cc: idryomov@...il.com Cc: johan@...nel.org Cc: johannes.berg@...el.com Cc: kernel-team@....com Cc: linux-block@...r.kernel.org Cc: linux-fsdevel@...r.kernel.org Cc: linux-mm@...ck.org Cc: linux-xfs@...r.kernel.org Cc: oleg@...hat.com Cc: tj@...nel.org Link: http://lkml.kernel.org/r/1508921765-15396-6-git-send-email-byungchul.park@lge.com Signed-off-by: Ingo Molnar <mingo@...nel.org> --- lib/Kconfig.debug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index dfdad67..c1e720a 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 if BROKEN - select LOCKDEP_COMPLETIONS if BROKEN + select LOCKDEP_CROSSRELEASE + select LOCKDEP_COMPLETIONS select TRACE_IRQFLAGS default n help
Powered by blists - more mailing lists