From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEFD6C43387 for ; Wed, 19 Dec 2018 13:26:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8FE2A21873 for ; Wed, 19 Dec 2018 13:26:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="BkbflnHd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729224AbeLSN01 (ORCPT ); Wed, 19 Dec 2018 08:26:27 -0500 Received: from mail-ed1-f65.google.com ([209.85.208.65]:42443 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728452AbeLSN01 (ORCPT ); Wed, 19 Dec 2018 08:26:27 -0500 Received: by mail-ed1-f65.google.com with SMTP id y20so10806273edw.9 for ; Wed, 19 Dec 2018 05:26:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=4bNtXU2DVezre4LDQG48ofkurZZOfsH45KxM6SoAHJ8=; b=BkbflnHdPcAqRLSh5CEdJ3O7IQerTAtXYTBBbYW0qpOYu7qjTQRyoIVAywzI/uIZAB 6upuRLXLkKggT9gNWaK4MnDTZH0TAtTyq01rzAeagTZwpjYqPe2HqKuEIoRkVlO9vKuF PrxvWODtDPQy9xU11VplXmcHsUr/PL/FHbFJM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=4bNtXU2DVezre4LDQG48ofkurZZOfsH45KxM6SoAHJ8=; b=APrMkDKYDkFOdKBXGhp/3BIX4dG6Tp4tIIEBbxHEeTN1UNTbMxc5G/XsNs89XNEvRh ZP5+Dy04vMXDpN2oCCY/ctw9QO2aO+uw7YtI01p4rlKINRuH9H753wG4z7GGpCVYbpEA yqFjeTDkVBB6Mq8zRhFAca63J4QquBToX6so8wzn/gKdHWE0AoXxzL3zunNmtH46IR7g rSJki175JKClT9f1iY5Gv1udue1Kq/u22TkLsHvNHKwenkTQxuaqvWeLpLJezrk06z5F OhWRyvpGumWqYaIwkYNdOYyuQNBFgi4jK1v2VuqrycWvVhgLZgB6/dwOV+ZONR0LKaIv 3XEQ== X-Gm-Message-State: AA+aEWY+2Nix4Zmxa5KkqD4WKPJXyC+TNF9uI1XNP7nfTdAhlcaz5vqw t3DdnHQp0TiJtc+mCSLLBqTThvSrjAA= X-Google-Smtp-Source: AFSGD/VVuIpnYQAgLoWVJtb26p3NII5vWppA04fW0cnCrb4AdPZfCkizoYcR9qVXIMRNjTMqa2E5Cg== X-Received: by 2002:a50:8f86:: with SMTP id y6mr20439376edy.131.1545225985229; Wed, 19 Dec 2018 05:26:25 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id r1sm5307594eds.1.2018.12.19.05.26.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Dec 2018 05:26:24 -0800 (PST) Date: Wed, 19 Dec 2018 14:26:22 +0100 From: Daniel Vetter To: Greg Kroah-Hartman Cc: Daniel Vetter , 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: <20181219132622.GX21184@phenom.ffwll.local> Mail-Followup-To: Greg Kroah-Hartman , 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 References: <20181218201443.4950-1-daniel.vetter@ffwll.ch> <20181219123909.28754-1-daniel.vetter@ffwll.ch> <20181219124930.GA22496@kroah.com> <20181219131825.GV21184@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181219131825.GV21184@phenom.ffwll.local> X-Operating-System: Linux phenom 4.18.0-2-amd64 User-Agent: Mutt/1.10.1 (2018-07-13) 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: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 :-( -Daniel > > > > thanks for making the changes. > > > > greg k-h > > Thanks, Daniel > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch