lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 20 Jun 2024 16:31:40 +0200
From: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
Cc: Herbert Xu <herbert@...dor.apana.org.au>,
	"David S. Miller" <davem@...emloft.net>,
	linux-crypto@...r.kernel.org, linux-mips@...r.kernel.org,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] crypto: mips/poly1305 - add missing MODULE_DESCRIPTION()
 macro

On Tue, Jun 18, 2024 at 06:01:29PM -0700, Jeff Johnson wrote:
> With ARCH=mips, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/mips/crypto/poly1305-mips.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>  arch/mips/crypto/poly1305-glue.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/crypto/poly1305-glue.c b/arch/mips/crypto/poly1305-glue.c
> index bc6110fb98e0..867728ee535a 100644
> --- a/arch/mips/crypto/poly1305-glue.c
> +++ b/arch/mips/crypto/poly1305-glue.c
> @@ -186,6 +186,7 @@ static void __exit mips_poly1305_mod_exit(void)
>  module_init(mips_poly1305_mod_init);
>  module_exit(mips_poly1305_mod_exit);
>  
> +MODULE_DESCRIPTION("Poly1305 transform (MIPS accelerated");
>  MODULE_LICENSE("GPL v2");
>  MODULE_ALIAS_CRYPTO("poly1305");
>  MODULE_ALIAS_CRYPTO("poly1305-mips");
> 
> ---
> base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
> change-id: 20240618-md-mips-arch-mips-crypto-19785d95418c

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ