The quilt patch titled
     Subject: locking/ww_mutex/test: add MODULE_DESCRIPTION()
has been removed from the -mm tree.  Its filename was
     locking-ww_mutex-test-add-module_description.patch

This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Jeff Johnson <quic_jjohn...@quicinc.com>
Subject: locking/ww_mutex/test: add MODULE_DESCRIPTION()
Date: Tue, 30 Jul 2024 07:43:22 -0700

Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/test-ww_mutex.o

Link: 
https://lkml.kernel.org/r/20240730-module_description_orphans-v1-5-709408807...@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohn...@quicinc.com>
Acked-by: Waiman Long <long...@redhat.com>
Cc: Alexandre Torgue <alexandre.tor...@foss.st.com>
Cc: Alistar Popple <alist...@popple.id.au>
Cc: Andrew Jeffery <and...@codeconstruct.com.au>
Cc: Andy Lutomirski <l...@kernel.org>
Cc: Arnd Bergmann <a...@arndb.de>
Cc: Boqun Feng <boqun.f...@gmail.com>
Cc: Borislav Petkov <b...@alien8.de>
Cc: Christophe Leroy <christophe.le...@csgroup.eu>
Cc: Dave Hansen <dave.han...@linux.intel.com>
Cc: Eddie James <eaja...@linux.ibm.com>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Cc: "H. Peter Anvin" <h...@zytor.com>
Cc: Ingo Molnar <mi...@redhat.com>
Cc: Jeremy Kerr <j...@ozlabs.org>
Cc: Joel Stanley <j...@jms.id.au>
Cc: Karol Herbst <karolher...@gmail.com>
Cc: Masami Hiramatsu <mhira...@kernel.org>
Cc: Maxime Coquelin <mcoquelin.st...@gmail.com>
Cc: Michael Ellerman <m...@ellerman.id.au>
Cc: Naveen N Rao <nav...@kernel.org>
Cc: Nicholas Piggin <npig...@gmail.com>
Cc: Nouveau <nouveau@lists.freedesktop.org>
Cc: Pekka Paalanen <ppaala...@gmail.com>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Rafael J. Wysocki <raf...@kernel.org>
Cc: Russell King <li...@armlinux.org.uk>
Cc: Steven Rostedt (Google) <rost...@goodmis.org>
Cc: Thomas Gleixner <t...@linutronix.de>
Cc: Viresh Kumar <viresh.ku...@linaro.org>
Cc: Will Deacon <w...@kernel.org>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
---

 kernel/locking/test-ww_mutex.c |    1 +
 1 file changed, 1 insertion(+)

--- 
a/kernel/locking/test-ww_mutex.c~locking-ww_mutex-test-add-module_description
+++ a/kernel/locking/test-ww_mutex.c
@@ -697,3 +697,4 @@ module_exit(test_ww_mutex_exit);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Intel Corporation");
+MODULE_DESCRIPTION("API test facility for ww_mutexes");
_

Patches currently in -mm which might be from quic_jjohn...@quicinc.com are


Reply via email to