Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1650745pxj; Wed, 19 May 2021 10:38:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzzPb0G3m1a1zOTi0lZJZgnlT2gk7zz6g6hFUWC6yqsMLUMtZvJHvp739T7xGUjcXOm3fSw X-Received: by 2002:a1c:6a08:: with SMTP id f8mr9665408wmc.143.1621445889126; Wed, 19 May 2021 10:38:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621445889; cv=none; d=google.com; s=arc-20160816; b=n5L9l4ka6ZLzYfJLQvKJoUuE0EzblD7SYHE6CxSk6KlG3es+zkK3I9wEPj7OUM8LRC e0+ACJ9bpDZIsxwArNfwIY2/0aSyX8fbIMBDP6hxREnxB4XHApoYVNaItacrE1ykIX5a z//CAH8/1IoLTu4YzWPXfjWgJ5Nllzc1k9SkmyHjVQbDvmQZoc5xgxJWBup11K6Nuz0+ FuoHjelu9XTRz9pSVz1LDJPunjFDHC9Qi7FUnrnw4t7I4RB3EI3LThfznzty8j3Voe4j BxYOEFtEtxFPLnbm7Zce2xows0QKH6EafEE7sttieyFfdxfPtsPQxOCA+xmt/3Hf0Tuh QlhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=1P97jpCSC+PlEUboD5SXPlrskbdpokSpwGK4GgBv1kU=; b=YZ0TGjsXiomWKoaef6xMkxwuA4u5UcKLj/P8x9bSfqRajOMyqSGhcrUQBSDX9cCw3p aeTlQbk01vx3ITAAMy2xy0hU15sYmXZhPou39gl6kqfdJk+hVnr0UNRP9VWR/EMadaDw m8+6vWW3ZplI3XHaouu2FcYFLzbVmBAqO8kttxV08vJpep548iVWjJ02/wTV90mlzAYJ ifwbec+yq0T9sy5o/qKTlbnFgeIMZXkVGRSIkpoDNJ7CZ9rtCfOzSLw5TfbhMCOVFFaq nNoZJMODsFhc2848Ttw63aesQFfhEn6COVHR3FrQiP30tCHNmRR4mAJ1ugJl0O/qIBVY TdJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m12si8018508edr.335.2021.05.19.10.37.45; Wed, 19 May 2021 10:38:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347842AbhERJZ6 (ORCPT + 99 others); Tue, 18 May 2021 05:25:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344886AbhERJZ5 (ORCPT ); Tue, 18 May 2021 05:25:57 -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 0ABAAC061573; Tue, 18 May 2021 02:24:40 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id C4AEF2FA; Tue, 18 May 2021 11:24:38 +0200 (CEST) Date: Tue, 18 May 2021 11:24:37 +0200 From: Joerg Roedel To: Bixuan Cui Cc: Jean-Philippe Brucker , Will Deacon , virtualization@lists.linux-foundation.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH -next] iommu/virtio: Add missing MODULE_DEVICE_TABLE Message-ID: References: <20210508031451.53493-1-cuibixuan@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210508031451.53493-1-cuibixuan@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 08, 2021 at 11:14:51AM +0800, Bixuan Cui wrote: > This patch adds missing MODULE_DEVICE_TABLE definition which generates > correct modalias for automatic loading of this driver when it is built > as an external module. > > Reported-by: Hulk Robot > Signed-off-by: Bixuan Cui > --- > drivers/iommu/virtio-iommu.c | 1 + > 1 file changed, 1 insertion(+) Applied for v5.13, thanks.