From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BBFB01849 for ; Fri, 8 Sep 2023 08:47:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E46AC433C7; Fri, 8 Sep 2023 08:47:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694162869; bh=RKazeNausWM6tPwdKCpl5s1mIWcdBnzHHJqJ5487TXQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=z62vsB6g3tQAwXvNxqDvT2MSnN2e8BQFvu7VPHVtY3o9dCp3qiV9soyQc3VSY+o9i e63/m30jM9eXsmvxaXQmPRGIZqibL7AGCgl+biR1wzg5HvSxwhG+GI36kYuAg+708p 3KDgE6ZAaA0P52ik7aylgzdQzrrwDjZyPyCZirDM= Date: Fri, 8 Sep 2023 09:47:46 +0100 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Stefan Lippers-Hollmann , stable@vger.kernel.org, patches@lists.linux.dev, Luis Chamberlain , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6.5 11/34] modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules Message-ID: <2023090813-plug-path-b06f@gregkh> References: <20230904182948.594404081@linuxfoundation.org> <20230904182949.104100132@linuxfoundation.org> <20230907084135.02d97441@mir> <2023090719-virtuous-snowflake-d015@gregkh> <20230907221737.07f12f38@mir> <2023090848-chastise-paycheck-6d4d@gregkh> <2023090841-antitrust-reword-d6bc@gregkh> <20230908083139.GA9985@lst.de> <20230908083538.GA10228@lst.de> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230908083538.GA10228@lst.de> On Fri, Sep 08, 2023 at 10:35:38AM +0200, Christoph Hellwig wrote: > On Fri, Sep 08, 2023 at 10:31:39AM +0200, Christoph Hellwig wrote: > > On Fri, Sep 08, 2023 at 08:07:08AM +0100, Greg Kroah-Hartman wrote: > > > And it's over 130 symbols, attached, I'll figure out a way to script > > > this... > > > > Eww. Sorry for missing this, and I suspect it really should be > > entirely reworked in the future. But for now the scripting sounds > > right. Let me know if you'd done anything, otherwise I can look into > > it this afternoon Chilean time. > > .. and it turns out dvb_attach has already been deprecated for 5 years > time, it's just that it still has all these users around. Yeah, apis never seem to go away. I'm scripting it now, almost done... greg k-h