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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3ACD3C4724C for ; Fri, 1 May 2020 11:33:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 195732054F for ; Fri, 1 May 2020 11:33:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728720AbgEALde (ORCPT ); Fri, 1 May 2020 07:33:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728616AbgEALdd (ORCPT ); Fri, 1 May 2020 07:33:33 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAEBDC061A0C for ; Fri, 1 May 2020 04:33:33 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 3F3CA3A4; Fri, 1 May 2020 13:33:30 +0200 (CEST) Date: Fri, 1 May 2020 13:33:28 +0200 From: Joerg Roedel To: Greg Kroah-Hartman Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Will Deacon , Joerg Roedel , John Garry Subject: Re: [PATCH] drivers/iommu: properly export iommu_group_get_for_dev Message-ID: <20200501113328.GD18423@8bytes.org> References: <20200430120120.2948448-1-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200430120120.2948448-1-gregkh@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 30, 2020 at 02:01:20PM +0200, Greg Kroah-Hartman wrote: > In commit a7ba5c3d008d ("drivers/iommu: Export core IOMMU API symbols to > permit modular drivers") a bunch of iommu symbols were exported, all > with _GPL markings except iommu_group_get_for_dev(). That export should > also be _GPL like the others. > > Cc: Will Deacon > Cc: Joerg Roedel > Cc: John Garry > Fixes: a7ba5c3d008d ("drivers/iommu: Export core IOMMU API symbols to permit modular drivers") > Signed-off-by: Greg Kroah-Hartman > --- > drivers/iommu/iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied for v5.7, thanks.