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@xxxxxxxxxxx> 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@xxxxxxxxxxxxx>"); > > > --- > base-commit: 07506d1011521a4a0deec1c69721c7405c40049b > change-id: 20240524-md-locktorture-6d431f82aa24 >