From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752641AbdHQKZg (ORCPT ); Thu, 17 Aug 2017 06:25:36 -0400 Received: from terminus.zytor.com ([65.50.211.136]:43351 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572AbdHQKZb (ORCPT ); Thu, 17 Aug 2017 06:25:31 -0400 Date: Thu, 17 Aug 2017 03:21:59 -0700 From: tip-bot for Byungchul Park Message-ID: Cc: byungchul.park@lge.com, peterz@infradead.org, mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, torvalds@linux-foundation.org Reply-To: byungchul.park@lge.com, peterz@infradead.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, mingo@kernel.org, hpa@zytor.com In-Reply-To: <1502960261-16206-2-git-send-email-byungchul.park@lge.com> References: <1502960261-16206-2-git-send-email-byungchul.park@lge.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE config Git-Commit-ID: 0f0a22260d613b4ee3f483ee1ea6fa27f92a9e40 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 0f0a22260d613b4ee3f483ee1ea6fa27f92a9e40 Gitweb: http://git.kernel.org/tip/0f0a22260d613b4ee3f483ee1ea6fa27f92a9e40 Author: Byungchul Park AuthorDate: Thu, 17 Aug 2017 17:57:40 +0900 Committer: Ingo Molnar CommitDate: Thu, 17 Aug 2017 11:38:55 +0200 locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE config Lockdep doesn't have to be made to work with crossrelease and just works with them. Reword the title so that what the option does is clear. Signed-off-by: Byungchul Park Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: kernel-team@lge.com Link: http://lkml.kernel.org/r/1502960261-16206-2-git-send-email-byungchul.park@lge.com Signed-off-by: Ingo Molnar --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1ad7f1b..8fb8a20 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1153,7 +1153,7 @@ config LOCK_STAT (CONFIG_LOCKDEP defines "acquire" and "release" events.) config LOCKDEP_CROSSRELEASE - bool "Lock debugging: make lockdep work for crosslocks" + bool "Lock debugging: enable cross-locking checks in lockdep" help This makes lockdep work for crosslock which is a lock allowed to be released in a different context from the acquisition context.