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 0EEEBC00528 for ; Wed, 2 Aug 2023 11:57:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232732AbjHBL5I (ORCPT ); Wed, 2 Aug 2023 07:57:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234351AbjHBL5G (ORCPT ); Wed, 2 Aug 2023 07:57:06 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75EFF2721; Wed, 2 Aug 2023 04:57:04 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 0EFCC68AFE; Wed, 2 Aug 2023 13:56:59 +0200 (CEST) Date: Wed, 2 Aug 2023 13:56:58 +0200 From: Christoph Hellwig To: Luis Chamberlain Cc: Christoph Hellwig , 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: <20230802115658.GA30268@lst.de> References: <20230801173544.1929519-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: On Tue, Aug 01, 2023 at 10:45:34AM -0700, Luis Chamberlain wrote: > 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. I don't think this would fit anywhere but the modules tree. Let me know if you want me to resend for the mmc dependency fixup or if you want to squash it yourself. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4593AC00528 for ; Wed, 2 Aug 2023 11:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fR9//3jKhPga1neVNIinfLILuElwbymAvl8YW5Sn52k=; b=c3AQOE3zMQ4+7S 8Y4VOWkmysd5iZXA6CxgMJcFlGlqe5piOjgBrWO6g83cRSrFzB5EWb4DP4rIBBeEVLYqD3/yA1C2M E1Z8XgE5LIYkH2hZQQNMuqglA3huEw+AmWv75APAUOBnriQ9qonDoolWWQUgzpdkpws+0l2hJPOEw 1a4Od/AOZMxgtnZrPuTaOJorxJ+H5pzQp3LJv2ZjunIQSDL/t53GcMrFTXqC6ChkZu0m2ulAHb0bh njjljnXjW9OAf45g3r6VIUFCj+yUgRzLggnk8unx7VRWB+EZO3TRYoiYUDRifUhHU/XgF70JQn+cm 6iDwtzLZoF6iTJ9L0xag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qRATd-004qsA-2L; Wed, 02 Aug 2023 11:57:17 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qRATa-004qpx-0y for linux-arm-kernel@lists.infradead.org; Wed, 02 Aug 2023 11:57:15 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 0EFCC68AFE; Wed, 2 Aug 2023 13:56:59 +0200 (CEST) Date: Wed, 2 Aug 2023 13:56:58 +0200 From: Christoph Hellwig To: Luis Chamberlain Cc: Christoph Hellwig , 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: <20230802115658.GA30268@lst.de> References: <20230801173544.1929519-1-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230802_045714_504305_D7411CD1 X-CRM114-Status: GOOD ( 17.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 01, 2023 at 10:45:34AM -0700, Luis Chamberlain wrote: > 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. I don't think this would fit anywhere but the modules tree. Let me know if you want me to resend for the mmc dependency fixup or if you want to squash it yourself. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel