From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 284A22129DB83 for ; Wed, 19 Jun 2019 23:34:10 -0700 (PDT) Date: Thu, 20 Jun 2019 08:34:08 +0200 From: Greg Kroah-Hartman Subject: Re: [PATCH 6/6] driver-core, libnvdimm: Let device subsystems add local lockdep coverage Message-ID: <20190620063408.GA4768@kroah.com> References: <156029554317.419799.1324389595953183385.stgit@dwillia2-desk3.amr.corp.intel.com> <156029557585.419799.11741877483838451695.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Dan Williams Cc: "Rafael J. Wysocki" , linux-nvdimm , Peter Zijlstra , Will Deacon , Linux Kernel Mailing List , Ingo Molnar List-ID: On Wed, Jun 19, 2019 at 03:21:58PM -0700, Dan Williams wrote: > On Tue, Jun 11, 2019 at 4:40 PM Dan Williams wrote: > > > > For good reason, the standard device_lock() is marked > > lockdep_set_novalidate_class() because there is simply no sane way to > > describe the myriad ways the device_lock() ordered with other locks. > > However, that leaves subsystems that know their own local device_lock() > > ordering rules to find lock ordering mistakes manually. Instead, > > introduce an optional / additional lockdep-enabled lock that a subsystem > > can acquire in all the same paths that the device_lock() is acquired. > > > > A conversion of the NFIT driver and NVDIMM subsystem to a > > lockdep-validate device_lock() scheme is included. The > > debug_nvdimm_lock() implementation implements the correct lock-class and > > stacking order for the libnvdimm device topology hierarchy. > > Greg, Peter, > > Any thoughts on carrying this debug hack upstream? The idea being that > it's impossible to enable lockdep for the device_lock() globally, but > a constrained usage of the proposed lockdep_mutex has proven enough to > flush out device_lock deadlocks from libnvdimm. > > It appears one aspect that is missing from this patch proposal is a > mechanism / convention to make sure that lockdep_mutex has constrained > usage for a given kernel build, otherwise it's obviously just as > problematic as device_lock(). Other concerns? Yeah, it feels a bit hacky but it's really up to a subsystem to mess up using it as much as anything else, so user beware :) I don't object to it if it makes things easier for you to debug. thanks, greg k-h _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm