From: Robin Murphy <robin.murphy@arm.com>
To: Jeff Johnson <quic_jjohnson@quicinc.com>,
Joerg Roedel <joro@8bytes.org>, Will Deacon <will@kernel.org>
Cc: iommu@lists.linux.dev, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] iommu/iova: add missing MODULE_DESCRIPTION() macro
Date: Fri, 14 Jun 2024 13:20:39 +0100 [thread overview]
Message-ID: <f22db70d-01da-4b49-a13c-6c4639215468@arm.com> (raw)
In-Reply-To: <20240613-md-arm-drivers-iommu-v1-1-1fe0bd953119@quicinc.com>
On 2024-06-14 2:14 am, Jeff Johnson wrote:
> With ARCH=arm, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/iommu/iova.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
Acked-by: Robin Murphy <robin.murphy@arm.com>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> ---
> drivers/iommu/iova.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iommu/iova.c b/drivers/iommu/iova.c
> index d59d0ea2fd21..16c6adff3eb7 100644
> --- a/drivers/iommu/iova.c
> +++ b/drivers/iommu/iova.c
> @@ -1000,4 +1000,5 @@ void iova_cache_put(void)
> EXPORT_SYMBOL_GPL(iova_cache_put);
>
> MODULE_AUTHOR("Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>");
> +MODULE_DESCRIPTION("IOMMU I/O Virtual Address management");
> MODULE_LICENSE("GPL");
>
> ---
> base-commit: 83a7eefedc9b56fe7bfeff13b6c7356688ffa670
> change-id: 20240613-md-arm-drivers-iommu-f637be6ec5c8
>
next prev parent reply other threads:[~2024-06-14 12:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-14 1:14 [PATCH] iommu/iova: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-14 12:20 ` Robin Murphy [this message]
2024-06-14 14:51 ` Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f22db70d-01da-4b49-a13c-6c4639215468@arm.com \
--to=robin.murphy@arm.com \
--cc=iommu@lists.linux.dev \
--cc=joro@8bytes.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_jjohnson@quicinc.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox