From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 EB36F2CA5 for ; Tue, 1 Aug 2023 17:45:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19DF510C1; Tue, 1 Aug 2023 10:45:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=/SNNgw/0FDaNa7MTCNWJpiQbUlIU4iWNomHuRRVtt+I=; b=H9B1lsIkB15nld7dwESmfbaR7w WeN0JxBza+uKWmSaQBaYPxF7vfSsrbCuvkUU9fMtXortagJLx1Z7gKKPhMk0dumxD+Vat/LzD5ujW gmA1NquVRC4+tgo23/jsSIoUTQkYWFBAO6zhnR24V8pr92HmKcMVoZG99hcZ6fRndSfh6tVETsGT7 zUj6K8TI3K4Ddj0Haw1c6Qoh3BPmbRKTb1aCCq5K0bPeLyBJDep2WhBhIpA01MZZZNh0eI+AUpfgA UndiA96n1UbMqiBbuO2GCO7v2gWTXYgQyVASSXos+NIzjzcxbsE3mZ1OACtLOJnMqn1+m+VZWtZY8 S2xwl0xw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qQtR8-002xRj-1K; Tue, 01 Aug 2023 17:45:34 +0000 Date: Tue, 1 Aug 2023 10:45:34 -0700 From: Luis Chamberlain To: Christoph Hellwig Cc: Greg Kroah-Hartman , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Ulf Hansson , Manuel Lauss , Yangbo Lu , Joshua Kinard , Daniel Vetter , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, open list , linux-mmc@vger.kernel.org, netdev@vger.kernel.org, linux-rtc@vger.kernel.org, linux-modules@vger.kernel.org Subject: Re: require EXPORT_SYMBOL_GPL symbols for symbol_get v2 Message-ID: References: <20230801173544.1929519-1-hch@lst.de> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230801173544.1929519-1-hch@lst.de> Sender: Luis Chamberlain X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Tue, Aug 01, 2023 at 07:35:39PM +0200, Christoph Hellwig wrote: > Hi all, > > this series changes symbol_get to only work on EXPORT_SYMBOL_GPL > as nvidia is abusing the lack of this check to bypass restrictions > on importing symbols from proprietary modules. Reviewed-by: Luis Chamberlain Let me know if you want this to go through the modules tree or your own. Luis