[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b05ea477-cecc-4745-9c74-e78b21e7a37b@paulmck-laptop>
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