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 00:44:27 +0200
From: Vasily Gorbik <gor@...ux.ibm.com>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
Cc: Heiko Carstens <hca@...ux.ibm.com>,
        Alexander Gordeev <agordeev@...ux.ibm.com>,
        Christian Borntraeger <borntraeger@...ux.ibm.com>,
        Sven Schnelle <svens@...ux.ibm.com>, linux-s390@...r.kernel.org,
        linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] s390/lib: add missing MODULE_DESCRIPTION() macros

On Sat, Jun 15, 2024 at 05:47:26PM -0700, Jeff Johnson wrote:
> With ARCH=s390, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_kprobes_s390.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_unwind.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_modules.o
> 
> Add the missing invocations of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>  arch/s390/lib/test_kprobes.c | 1 +
>  arch/s390/lib/test_modules.c | 1 +
>  arch/s390/lib/test_unwind.c  | 1 +
>  3 files changed, 3 insertions(+)

Applied, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ