mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: Russell King <linux@armlinux.org.uk>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH] crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
Date: Tue, 9 Jul 2024 12:52:24 -0700	[thread overview]
Message-ID: <683c654f-5a87-41f6-bea1-05937dab4678@quicinc.com> (raw)
In-Reply-To: <20240622-md-arm-arch-arm-lib-v1-1-056ad25fe236@quicinc.com>

On 6/22/2024 9:16 PM, Jeff Johnson wrote:
> With ARCH=arm and CONFIG_KERNEL_MODE_NEON=y, make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/arm/lib/xor-neon.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> ---
>  arch/arm/lib/xor-neon.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/lib/xor-neon.c b/arch/arm/lib/xor-neon.c
> index 522510baed49..cf57fca97908 100644
> --- a/arch/arm/lib/xor-neon.c
> +++ b/arch/arm/lib/xor-neon.c
> @@ -8,6 +8,7 @@
>  #include <linux/raid/xor.h>
>  #include <linux/module.h>
>  
> +MODULE_DESCRIPTION("NEON accelerated XOR implementation");
>  MODULE_LICENSE("GPL");
>  
>  #ifndef __ARM_NEON__
> 
> ---
> base-commit: 563a50672d8a86ec4b114a4a2f44d6e7ff855f5b
> change-id: 20240622-md-arm-arch-arm-lib-9b1fb344923c
> 

I don't see this in linux-next yet so following up to see if anything else is
needed to get this merged.


       reply	other threads:[~2024-07-09 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240622-md-arm-arch-arm-lib-v1-1-056ad25fe236@quicinc.com>
2024-07-09 19:52 ` Jeff Johnson [this message]
2024-06-23  4:19 Jeff Johnson

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=683c654f-5a87-41f6-bea1-05937dab4678@quicinc.com \
    --to=quic_jjohnson@quicinc.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /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

all inboxes | Powered by JetHome®