From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: delete /proc THIS_MODULE references Date: Mon, 15 Jan 2018 14:50:12 -0500 (EST) Message-ID: <20180115.145012.1807423040561212598.davem@davemloft.net> References: <20180113171152.GB1016@avx2> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: adobriyan@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:52374 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbeAOTuN (ORCPT ); Mon, 15 Jan 2018 14:50:13 -0500 In-Reply-To: <20180113171152.GB1016@avx2> Sender: netdev-owner@vger.kernel.org List-ID: From: Alexey Dobriyan Date: Sat, 13 Jan 2018 20:11:52 +0300 > /proc has been ignoring struct file_operations::owner field for ages. > > Signed-off-by: Alexey Dobriyan What, then, makes sure that the procfs files are unregistered before the referencing module is unloaded? Please explain the situation, and add a reference to the commit that made procfs stop using the fops owner field. That commit and it's commit message may help explain why all of this is fine.