From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,sstabellini@kernel.org,sfr@canb.auug.org.au,oleksandr_tyshchenko@epam.com,masahiroy@kernel.org,jgross@suse.com,jeff.johnson@oss.qualcomm.com,arnd@arndb.de,akpm@linux-foundation.org
Subject: + xenbus-add-module-description.patch added to mm-nonmm-unstable branch
Date: Sun, 06 Apr 2025 18:48:12 -0700 [thread overview]
Message-ID: <20250407014813.37F85C4CEE3@smtp.kernel.org> (raw)
The patch titled
Subject: xenbus: add module description
has been added to the -mm mm-nonmm-unstable branch. Its filename is
xenbus-add-module-description.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/xenbus-add-module-description.patch
This patch will later appear in the mm-nonmm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
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
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
exportfs-add-module-description.patch
asn1-add-module-description.patch
samples-livepatch-add-module-descriptions.patch
fpga-tests-add-module-descriptions.patch
xenbus-add-module-description.patch
zlib-add-module-description.patch
ucs2_string-add-module-description.patch
mm-kasan-add-module-decription.patch
kunit-slub-add-module-description.patch
reply other threads:[~2025-04-07 1:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250407014813.37F85C4CEE3@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=jeff.johnson@oss.qualcomm.com \
--cc=jgross@suse.com \
--cc=masahiroy@kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=oleksandr_tyshchenko@epam.com \
--cc=sfr@canb.auug.org.au \
--cc=sstabellini@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.