* [merged] xenbus-add-module-description.patch removed from -mm tree
@ 2025-04-08 5:50 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-04-08 5:50 UTC (permalink / raw)
To: mm-commits, sstabellini, sfr, oleksandr_tyshchenko, masahiroy,
jgross, jeff.johnson, arnd, akpm
The quilt patch titled
Subject: xenbus: add module description
has been removed from the -mm tree. Its filename was
xenbus-add-module-description.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Arnd Bergmann <arnd@arndb.de>
Subject: xenbus: add module description
Date: Mon, 24 Mar 2025 18:32:30 +0100
Modules without a description now cause a warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/xen/xenbus/xenbus_probe_frontend.o
Link: https://lkml.kernel.org/r/20250324173242.1501003-5-arnd@kernel.org
Fixes: 6c6c1fc09de3 ("modpost: require a MODULE_DESCRIPTION()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Cc: Juegren Gross <jgross@suse.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Stehen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/xen/xenbus/xenbus_probe_frontend.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/xen/xenbus/xenbus_probe_frontend.c~xenbus-add-module-description
+++ a/drivers/xen/xenbus/xenbus_probe_frontend.c
@@ -513,4 +513,5 @@ static int __init boot_wait_for_devices(
late_initcall(boot_wait_for_devices);
#endif
+MODULE_DESCRIPTION("Frontend for Xen bus probe");
MODULE_LICENSE("GPL");
_
Patches currently in -mm which might be from arnd@arndb.de are
asn1-add-module-description.patch
samples-livepatch-add-module-descriptions.patch
fpga-tests-add-module-descriptions.patch
zlib-add-module-description.patch
ucs2_string-add-module-description.patch
mm-kasan-add-module-decription.patch
kunit-slub-add-module-description.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-08 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 5:50 [merged] xenbus-add-module-description.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.