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 96F0DC001DF for ; Wed, 2 Aug 2023 18:19:46 +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=zejyn+WfbLVinxuERq996vyUJgestdqei6+UjO5S81g=; b=VJzknIf/i4+d9o 7eENDccnF6m80c+lQ7y7tDKO/UCGSdW1E1lfEIy1dKoWJH2378TDCAwaxYZK9mkc499H4l8iVZJ6p GBZqBHsSAP2pyWtD/sP+1mkCjHudf747WzUun0+W/hPuUlOTgO76i3l+pK9HtySCfZI4ajkJmwnBX DfPcE1M9CVaQqtoWDtUxDMINBh3tGmgcCfNTTzawwhHQfICAtgb1YuYkSUckXmr5oo0tlNuPMULVv BDGOpFE6UcNdYZZ1Bmxi8T70Pm3lSPm8Yffzi23NTUjlEFLa2ChS2DfSgqhaqfMeaGH8e2g36h4Q5 +SydZgoJ7v+PXxImViLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qRGRM-005cpL-2u; Wed, 02 Aug 2023 18:19:20 +0000 Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qRGRJ-005cp8-0x; Wed, 02 Aug 2023 18:19:17 +0000 Date: Wed, 2 Aug 2023 11:19:17 -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> <20230802115658.GA30268@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230802115658.GA30268@lst.de> 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 Wed, Aug 02, 2023 at 01:56:58PM +0200, Christoph Hellwig wrote: > 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. OK sure! > Let me know if you want me to resend for the mmc dependency fixup or > if you want to squash it yourself. Applied, I squashed the depends on MMC=y as suggested by Arnd and pushed out to modules-next.` Luis _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel