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 5DA9EC001DC for ; Mon, 31 Jul 2023 11:06:31 +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=XAL90tSLqWCqcBzhdCd488fo06g6aGRc49F7Ao9KgP8=; b=ezwYRQwlkD/o7+ jHaOT8MEaZX6GCbi8QxzA+bk1DMa9UyJi8fO1T0SmXuuQFKISRp91Ge5DMT4kUHjrlqizeQN5O/GH UfOBa4GEL9oVbkBtdTi51hMPLN/7bNQ1okqu2g811mMGa2masiM9lb61RXq/YnViakT2dpDFMguDk 7EYEJYD/boKXgPDwzbH01qEK/ZZv3MBX59u0QCc6rmwc7SNzl8ytF0wpHhZPEv0xmiGca8IPh9u3Q WhuO5hyA9QGq57FJkZw307NjqAgVIcz+bFyAEUYgAlfmm1dOfrAYkg+Ia1rF/JfZ5mqcSX73yvrO8 W9DWdCMTRZ2M3JdMY/IQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQQj0-00FIMk-06; Mon, 31 Jul 2023 11:06:06 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qQQix-00FILl-0q for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2023 11:06:04 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9980561037; Mon, 31 Jul 2023 11:06:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56F73C433C7; Mon, 31 Jul 2023 11:06:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690801562; bh=ptlIcexTGVAfKLriVP8hRGXIwt03DC6igntTMUD3iYM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QY+fzNiknKbMqKurxTra3/t1BBIpTMsFgsHUgrlM4OQrBmY5OD1APtsgiMf0c8HuJ KK85gG0C3fzBIKl78RxTmKPpSfWFd26/IGaQwD6Z9OrcIw5DDoKnVZgUsu+rPhMqY1 CLh0SCAgaNKv/Jqr8j8Hd+Tod4yraqBROspUraO8= Date: Mon, 31 Jul 2023 13:05:58 +0200 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Luis Chamberlain , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Ulf Hansson , Yangbo Lu , Joshua Kinard , Daniel Vetter , 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 Message-ID: <2023073139-sleet-implosion-a1c5@gregkh> References: <20230731083806.453036-1-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230731083806.453036-1-hch@lst.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230731_040603_565910_7971EA7B X-CRM114-Status: GOOD ( 11.81 ) 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 Mon, Jul 31, 2023 at 10:38:01AM +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. For the whole series: Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel