From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752148AbdHQI62 (ORCPT ); Thu, 17 Aug 2017 04:58:28 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:37394 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751593AbdHQI5q (ORCPT ); Thu, 17 Aug 2017 04:57:46 -0400 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com From: Byungchul Park To: peterz@infradead.org, mingo@kernel.org Cc: linux-kernel@vger.kernel.org, kernel-team@lge.com Subject: [PATCH v3 2/3] lockdep: Reword title of LOCKDEP_CROSSRELEASE config Date: Thu, 17 Aug 2017 17:57:40 +0900 Message-Id: <1502960261-16206-2-git-send-email-byungchul.park@lge.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1502960261-16206-1-git-send-email-byungchul.park@lge.com> References: <1502960261-16206-1-git-send-email-byungchul.park@lge.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 84bb4c5..444bb7b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1156,7 +1156,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. -- 1.9.1