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 <w...@kernel.org> > Cc: Joerg Roedel <jroe...@suse.de> > Cc: John Garry <john.ga...@huawei.com> > Fixes: a7ba5c3d008d ("drivers/iommu: Export core IOMMU API symbols to permit > modular drivers") > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > --- > drivers/iommu/iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Applied for v5.7, thanks.