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: Mon, 3 Jun 2024 15:23:05 +0200
From: Joel Granados <j.granados@...sung.com>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
CC: Luis Chamberlain <mcgrof@...nel.org>, Kees Cook <keescook@...omium.org>,
	<linux-kernel@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>,
	<kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] kernel/sysctl-test: add MODULE_DESCRIPTION()

On Wed, May 29, 2024 at 02:25:41PM -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/sysctl-test.o

I changed the message to this
"""
sysctl: Add module description to sysctl-testing

    Added a module description to sysctl Kunit self test module to fix the
    'make W=1' warning (" WARNING: modpost: missing MODULE_DESCRIPTION() in
    kernel/sysctl-test.o")
"""

> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>  kernel/sysctl-test.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/sysctl-test.c b/kernel/sysctl-test.c
> index 6ef887c19c48..92f94ea28957 100644
> --- a/kernel/sysctl-test.c
> +++ b/kernel/sysctl-test.c
> @@ -388,4 +388,5 @@ static struct kunit_suite sysctl_test_suite = {
>  
>  kunit_test_suites(&sysctl_test_suite);
>  
> +MODULE_DESCRIPTION("KUnit test of proc sysctl");
>  MODULE_LICENSE("GPL v2");
> 
> ---
> base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358
> change-id: 20240529-md-kernel-sysctl-test-2bbad793ac62
> 

-- 

Joel Granados

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ