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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5F00EE57E3 for ; Fri, 8 Sep 2023 08:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235221AbjIHIbr (ORCPT ); Fri, 8 Sep 2023 04:31:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231129AbjIHIbq (ORCPT ); Fri, 8 Sep 2023 04:31:46 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 922171BE6; Fri, 8 Sep 2023 01:31:42 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 3AAD668B05; Fri, 8 Sep 2023 10:31:39 +0200 (CEST) Date: Fri, 8 Sep 2023 10:31:39 +0200 From: Christoph Hellwig To: Greg Kroah-Hartman Cc: Stefan Lippers-Hollmann , stable@vger.kernel.org, patches@lists.linux.dev, Christoph Hellwig , 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: <20230908083139.GA9985@lst.de> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023090841-antitrust-reword-d6bc@gregkh> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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.