Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5245875imu; Wed, 19 Dec 2018 07:59:12 -0800 (PST) X-Google-Smtp-Source: AFSGD/WPBXGhBMOsRkBUIBPGeBBGhyaOzdb2HqimwiY28tulX6zo04pfSOIjeRFsdiNSHZmbOqbY X-Received: by 2002:a17:902:b01:: with SMTP id 1mr21143475plq.331.1545235152892; Wed, 19 Dec 2018 07:59:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545235152; cv=none; d=google.com; s=arc-20160816; b=D1w0zWeIDxZ+5wdsbR7lJaqbTbqpMSKZo7WKHF+yjcO2kAI9g7J++G6zu5WnuuCrvr oXd5+Wlh7kghThoA8oPlUcCSlE9d2RyXnSpp9ZwTY3QJ41ZS6lH0UE5D3UPcbN6ZdO+c 2LvJr9EZoOip70q3UQGExrZ1/3Em1uGYas+QDLMS2dqQOMtP6So5dC9GO7J166sOhGtu qQJjBzAqfWEf82CG806DiCLXFRpIy7Q1Kv3gcbStJUh1d7zrpGaTrtTqDMFvU/D5TTDr yd/bC11lxFYeErLjBS8sYzh7oV6Xxav+KqcpU+JaJ8vPmtIUzK+zur/IPqOR5MI9z8tx tkog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:to :from:date:dkim-signature; bh=UpVwe3HRo4Ma7XQxEzpPKmTP4IGha74EHjZBE1deHuY=; b=Ho0faEJ+2tkXhqxPEMSc/s7sBIqkyisN4iJKskCUDFik3I8smCov/SpG5uMC6G7gTO 37h1REFQb7pK7OG3nbGS2oMy5nv7M9RCpdfrY1V8JW9IPWe3IZv8Nfri93UKiZ6IQaSn d7gg6TnHvVFFWGjgzJOq08wQEB6EdQg5wP0w/6yXVO5RAAXgeVH1rsXHO49n4Uf64tCi RCpGZaw1SIDPO7xS0yu0UW6sDrLDqpGKLEmAaF5zNuvmlrImnUsvanTZlmdyNS1IKb1G EOr/ENYLarbvNjWV7zL0ha3F/P2rO+RV1GzuvGPVptT+MIPH7HoqPXZQ5V31YVFFEC6L ApkQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=tUWlz3mk; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a9si15608008plp.323.2018.12.19.07.58.56; Wed, 19 Dec 2018 07:59:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=tUWlz3mk; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729817AbeLSPAM (ORCPT + 99 others); Wed, 19 Dec 2018 10:00:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:60478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729799AbeLSPAM (ORCPT ); Wed, 19 Dec 2018 10:00:12 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 79CB3218AE; Wed, 19 Dec 2018 15:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1545231612; bh=tdh2A/GTV3f7/GFzZXsVK6MK2fVx8TC9mLlHR7Jvpvo=; h=Date:From:To:Subject:References:In-Reply-To:From; b=tUWlz3mkjWh4mGbelRZPyBeTcUO6UvF00OdApDHd9IgzYBdrkO61cEg+a7FHDf4fZ ctVbuzpg7nKO3JNJxRNISwlnlP/29sjwOiqNXY4gPu1nyir3SNsmySQo46bKoAR2Jz ALVcr0ydg+10ziBvmGhxYJ1NIWMxWiPdqwY4YFlA= Date: Wed, 19 Dec 2018 16:00:09 +0100 From: Greg Kroah-Hartman To: DRI Development , Intel Graphics Development , LKML , "Rafael J. Wysocki" , Ramalingam C , Arend van Spriel , Andy Shevchenko , Geert Uytterhoeven , Bartosz Golaszewski , Heikki Krogerus , Vivek Gautam , Joe Perches , Daniel Vetter Subject: Re: [PATCH] sysfs: Disable lockdep for driver bind/unbind files Message-ID: <20181219150009.GA22073@kroah.com> References: <20181218201443.4950-1-daniel.vetter@ffwll.ch> <20181219123909.28754-1-daniel.vetter@ffwll.ch> <20181219124930.GA22496@kroah.com> <20181219131825.GV21184@phenom.ffwll.local> <20181219132622.GX21184@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181219132622.GX21184@phenom.ffwll.local> User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 19, 2018 at 02:26:22PM +0100, Daniel Vetter wrote: > On Wed, Dec 19, 2018 at 02:18:25PM +0100, Daniel Vetter wrote: > > On Wed, Dec 19, 2018 at 01:49:30PM +0100, Greg Kroah-Hartman wrote: > > > On Wed, Dec 19, 2018 at 01:39:09PM +0100, Daniel Vetter wrote: > > > > --- a/include/linux/device.h > > > > +++ b/include/linux/device.h > > > > @@ -327,6 +327,7 @@ struct driver_attribute { > > > > #define DRIVER_ATTR_WO(_name) \ > > > > struct driver_attribute driver_attr_##_name = __ATTR_WO(_name) > > > > > > > > + > > > > extern int __must_check driver_create_file(struct device_driver *driver, > > > > const struct driver_attribute *attr); > > > > extern void driver_remove_file(struct device_driver *driver, > > > > -- > > > > > > I'll edit away this last chunk when I apply the patch :) > > > > Oops sry. I also forgot to do the s/Locking/Looking/ in the commit message > > :-/ > > And I also forgot Rafael's r-b :-( Ok, rebuilt with both of these things now fixed up, thanks. greg k-h