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]
Message-ID: <CAMuHMdWpbrLms_0Ukfdz2Me_VJxP48X1YgSCt9hEc=T2AZWjtg@mail.gmail.com>
Date: Sun, 6 Apr 2025 20:21:27 +0200
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Jeff Johnson <jeff.johnson@....qualcomm.com>, 
	Andrew Morton <akpm@...ux-foundation.org>, Masahiro Yamada <masahiroy@...nel.org>, 
	Stephen Rothwell <sfr@...b.auug.org.au>, linux-next@...r.kernel.org, 
	Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org, 
	Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH 02/10] ASN.1: add module description

Hi Arnd,

On Mon, 24 Mar 2025 at 18:35, Arnd Bergmann <arnd@...nel.org> wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> This is needed to avoid a build warning:
>
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/asn1_decoder.o
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>

Thank, this fixes build issues in the m68k defconfigs
Tested-by: Geert Uytterhoeven <geert@...ux-m68k.org>

> --- a/lib/asn1_decoder.c
> +++ b/lib/asn1_decoder.c
> @@ -518,4 +518,5 @@ int asn1_ber_decoder(const struct asn1_decoder *decoder,
>  }
>  EXPORT_SYMBOL_GPL(asn1_ber_decoder);
>
> +MODULE_DESCRIPTION("Decoder for ASN.1 BER/DER/CER encoded bytestream");
>  MODULE_LICENSE("GPL");

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ