From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751077AbdHRFdF (ORCPT ); Fri, 18 Aug 2017 01:33:05 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:50023 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbdHRFdE (ORCPT ); Fri, 18 Aug 2017 01:33:04 -0400 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Fri, 18 Aug 2017 14:33:00 +0900 From: Byungchul Park To: Ingo Molnar Cc: torvalds@linux-foundation.org, peterz@infradead.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:locking/core] locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING Message-ID: <20170818053300.GZ20323@X58A-UD3R> References: <1502960261-16206-1-git-send-email-byungchul.park@lge.com> <20170817104544.p5vvdx2zrvjgpflh@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170817104544.p5vvdx2zrvjgpflh@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.