Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1828314imm; Mon, 3 Sep 2018 10:29:02 -0700 (PDT) X-Google-Smtp-Source: ANB0VdaOGAbyEMKnxES4mCWOz4qETg5BViQQg6l2+inx/Lbgn/wNyMMHLiIfKKcYmMaQOFTv5749 X-Received: by 2002:a62:51c6:: with SMTP id f189-v6mr30745648pfb.7.1535995741952; Mon, 03 Sep 2018 10:29:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535995741; cv=none; d=google.com; s=arc-20160816; b=gQwbhaLVmomh5lu/s/p2kzIxg0fRX3d0v/Qsy4s8pDyYKhMtlo0OYpill4yuyxmYaj EfL/8L9KML+Q8hcb6RpGAlWSqgzDm6gyS5jjBqV9ZcHW+OsQYcKUzTFCAteQrQ43w/dp KDlG21Oik52+VPiW1OQWwERmM4aevjGEg/yJqzcbm6JTo/EdY+MP0DMCdCer5mJ4n9ds rPimgK4sHLqMZFhkriVakpk4o3BJw7tfJxP+B+2NHgfyTs8jVdGG36D7OOo4pFyhhXI9 cSlwzQ/XleqVjpqryJNQuNTP1sX0Z/PAzdcVhyEUBRZTK8oNbfrroasFp+aeMboOzF9U 2l1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=7ihoKjULdn4RfWmW24oY1JBDAny56qTqTafTf4tl7mY=; b=d56frTfSSFw5jaSPE0Gqez1+z3AvUMyms8VgbmZlT8ojd1+FpnkwQHQg2LESMXDmzR w2cUcAEiEDR1voOfQyElynXfYOTGAfBjRhAs7eA36/Iul+8eMIp9NnRUYRq7HcUxALI8 GY0cJ/WRuJv8sElWQro+/MNkO0/EnbcAH5k0a7axvLOcgdvhPVv0IAMs9p3IjacFn/+o 8rSnsMZmU/8kG4+fP/ce9zOEbNuvSAQ8Oj7zRb4NFBrR5FSB324eA//CpZ6RzBq0+U7j vgaO44d7m0ernaT+UaGhx1+ohlaz/rURPTrKwQjnFccw2QHeTevH8nTmm6qNCQBV422f h2rw== ARC-Authentication-Results: i=1; mx.google.com; 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 j185-v6si18467836pgc.419.2018.09.03.10.28.46; Mon, 03 Sep 2018 10:29:01 -0700 (PDT) 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; 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 S1731079AbeICVsw (ORCPT + 99 others); Mon, 3 Sep 2018 17:48:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46328 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728175AbeICVsv (ORCPT ); Mon, 3 Sep 2018 17:48:51 -0400 Received: from localhost (ip-213-127-74-90.ip.prioritytelecom.net [213.127.74.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 72880CF4; Mon, 3 Sep 2018 17:27:43 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Bart Van Assche , Tejun Heo , "Martin K. Petersen" Subject: [PATCH 4.14 155/165] scsi: sysfs: Introduce sysfs_{un,}break_active_protection() Date: Mon, 3 Sep 2018 18:57:21 +0200 Message-Id: <20180903165704.866590207@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180903165655.003605184@linuxfoundation.org> References: <20180903165655.003605184@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Bart Van Assche commit 2afc9166f79b8f6da5f347f48515215ceee4ae37 upstream. Introduce these two functions and export them such that the next patch can add calls to these functions from the SCSI core. Signed-off-by: Bart Van Assche Acked-by: Tejun Heo Acked-by: Greg Kroah-Hartman Cc: Signed-off-by: Martin K. Petersen Signed-off-by: Greg Kroah-Hartman --- fs/sysfs/file.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ include/linux/sysfs.h | 14 ++++++++++++++ 2 files changed, 58 insertions(+) --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @@ -408,6 +408,50 @@ int sysfs_chmod_file(struct kobject *kob EXPORT_SYMBOL_GPL(sysfs_chmod_file); /** + * sysfs_break_active_protection - break "active" protection + * @kobj: The kernel object @attr is associated with. + * @attr: The attribute to break the "active" protection for. + * + * With sysfs, just like kernfs, deletion of an attribute is postponed until + * all active .show() and .store() callbacks have finished unless this function + * is called. Hence this function is useful in methods that implement self + * deletion. + */ +struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, + const struct attribute *attr) +{ + struct kernfs_node *kn; + + kobject_get(kobj); + kn = kernfs_find_and_get(kobj->sd, attr->name); + if (kn) + kernfs_break_active_protection(kn); + return kn; +} +EXPORT_SYMBOL_GPL(sysfs_break_active_protection); + +/** + * sysfs_unbreak_active_protection - restore "active" protection + * @kn: Pointer returned by sysfs_break_active_protection(). + * + * Undo the effects of sysfs_break_active_protection(). Since this function + * calls kernfs_put() on the kernfs node that corresponds to the 'attr' + * argument passed to sysfs_break_active_protection() that attribute may have + * been removed between the sysfs_break_active_protection() and + * sysfs_unbreak_active_protection() calls, it is not safe to access @kn after + * this function has returned. + */ +void sysfs_unbreak_active_protection(struct kernfs_node *kn) +{ + struct kobject *kobj = kn->parent->priv; + + kernfs_unbreak_active_protection(kn); + kernfs_put(kn); + kobject_put(kobj); +} +EXPORT_SYMBOL_GPL(sysfs_unbreak_active_protection); + +/** * sysfs_remove_file_ns - remove an object attribute with a custom ns tag * @kobj: object we're acting for * @attr: attribute descriptor --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h @@ -239,6 +239,9 @@ int __must_check sysfs_create_files(stru const struct attribute **attr); int __must_check sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, umode_t mode); +struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, + const struct attribute *attr); +void sysfs_unbreak_active_protection(struct kernfs_node *kn); void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, const void *ns); bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr); @@ -352,6 +355,17 @@ static inline int sysfs_chmod_file(struc return 0; } +static inline struct kernfs_node * +sysfs_break_active_protection(struct kobject *kobj, + const struct attribute *attr) +{ + return NULL; +} + +static inline void sysfs_unbreak_active_protection(struct kernfs_node *kn) +{ +} + static inline void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, const void *ns)