Andrew Morton
2024-Sep-02 03:46 UTC
[merged mm-nonmm-stable] locking-ww_mutex-test-add-module_description.patch removed from -mm tree
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_jjohnson at 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-7094088076c8 at quicinc.com Signed-off-by: Jeff Johnson <quic_jjohnson at quicinc.com> Acked-by: Waiman Long <longman at redhat.com> Cc: Alexandre Torgue <alexandre.torgue at foss.st.com> Cc: Alistar Popple <alistair at popple.id.au> Cc: Andrew Jeffery <andrew at codeconstruct.com.au> Cc: Andy Lutomirski <luto at kernel.org> Cc: Arnd Bergmann <arnd at arndb.de> Cc: Boqun Feng <boqun.feng at gmail.com> Cc: Borislav Petkov <bp at alien8.de> Cc: Christophe Leroy <christophe.leroy at csgroup.eu> Cc: Dave Hansen <dave.hansen at linux.intel.com> Cc: Eddie James <eajames at linux.ibm.com> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org> Cc: "H. Peter Anvin" <hpa at zytor.com> Cc: Ingo Molnar <mingo at redhat.com> Cc: Jeremy Kerr <jk at ozlabs.org> Cc: Joel Stanley <joel at jms.id.au> Cc: Karol Herbst <karolherbst at gmail.com> Cc: Masami Hiramatsu <mhiramat at kernel.org> Cc: Maxime Coquelin <mcoquelin.stm32 at gmail.com> Cc: Michael Ellerman <mpe at ellerman.id.au> Cc: Naveen N Rao <naveen at kernel.org> Cc: Nicholas Piggin <npiggin at gmail.com> Cc: Nouveau <nouveau at lists.freedesktop.org> Cc: Pekka Paalanen <ppaalanen at gmail.com> Cc: Peter Zijlstra <peterz at infradead.org> Cc: Rafael J. Wysocki <rafael at kernel.org> Cc: Russell King <linux at armlinux.org.uk> Cc: Steven Rostedt (Google) <rostedt at goodmis.org> Cc: Thomas Gleixner <tglx at linutronix.de> Cc: Viresh Kumar <viresh.kumar at linaro.org> Cc: Will Deacon <will at kernel.org> Signed-off-by: Andrew Morton <akpm at 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_jjohnson at quicinc.com are
Reasonably Related Threads
- + locking-ww_mutex-test-add-module_description.patch added to mm-nonmm-unstable branch
- + x86-mm-add-testmmiotrace-module_description.patch added to mm-nonmm-unstable branch
- + crypto-arm-xor-add-missing-module_description-macro.patch added to mm-nonmm-unstable branch
- + cpufreq-powerpc-add-missing-module_description-macros.patch added to mm-nonmm-unstable branch
- [merged mm-nonmm-stable] x86-mm-add-testmmiotrace-module_description.patch removed from -mm tree