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, 24 May 2024 22:01:58 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
Cc: Davidlohr Bueso <dave@...olabs.net>,
	Josh Triplett <josh@...htriplett.org>, linux-kernel@...r.kernel.org,
	kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] locktorture: add MODULE_DESCRIPTION()

On Fri, May 24, 2024 at 05:17:24PM -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/locktorture.o
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>

Queued for the v6.11 merge window, thank you!

							Thanx, Paul

> ---
>  kernel/locking/locktorture.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c
> index 415d81e6ce70..de95ec07e477 100644
> --- a/kernel/locking/locktorture.c
> +++ b/kernel/locking/locktorture.c
> @@ -30,6 +30,7 @@
>  #include <linux/torture.h>
>  #include <linux/reboot.h>
>  
> +MODULE_DESCRIPTION("torture test facility for locking");
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Paul E. McKenney <paulmck@...ux.ibm.com>");
>  
> 
> ---
> base-commit: 07506d1011521a4a0deec1c69721c7405c40049b
> change-id: 20240524-md-locktorture-6d431f82aa24
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ