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: Fri, 31 May 2024 18:24:05 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
Cc: "David S. Miller" <davem@...emloft.net>, linux-crypto@...r.kernel.org,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] crypto: Add missing MODULE_DESCRIPTION() macros

On Thu, May 23, 2024 at 12:47:39PM -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warnings:
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/cast_common.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/af_alg.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/algif_hash.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/algif_skcipher.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/ecc.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/curve25519-generic.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/xor.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/crypto_simd.o
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>  crypto/af_alg.c             | 1 +
>  crypto/algif_hash.c         | 1 +
>  crypto/algif_skcipher.c     | 1 +
>  crypto/cast_common.c        | 1 +
>  crypto/curve25519-generic.c | 1 +
>  crypto/ecc.c                | 1 +
>  crypto/simd.c               | 1 +
>  crypto/xor.c                | 1 +
>  8 files changed, 8 insertions(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ