* [PATCH] bpf: preload: add MODULE_DESCRIPTION
@ 2025-03-10 13:49 Arnd Bergmann
2025-03-12 23:30 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2025-03-10 13:49 UTC (permalink / raw)
To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko
Cc: Arnd Bergmann, Martin KaFai Lau, Eduard Zingerman, Song Liu,
Yonghong Song, John Fastabend, KP Singh, Stanislav Fomichev,
Hao Luo, Jiri Olsa, bpf, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
Modpost complains when extra warnings are enabled:
WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/bpf/preload/bpf_preload.o
Add a description from the Kconfig help text.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
----
Not sure if that description actually fits what the module does. If not,
please add a different description instead.
---
kernel/bpf/preload/bpf_preload_kern.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/bpf/preload/bpf_preload_kern.c b/kernel/bpf/preload/bpf_preload_kern.c
index 0c63bc2cd895..2fdf3c978db1 100644
--- a/kernel/bpf/preload/bpf_preload_kern.c
+++ b/kernel/bpf/preload/bpf_preload_kern.c
@@ -90,3 +90,4 @@ static void __exit fini(void)
late_initcall(load);
module_exit(fini);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Embedded BPF programs for introspection in bpffs");
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bpf: preload: add MODULE_DESCRIPTION
2025-03-10 13:49 [PATCH] bpf: preload: add MODULE_DESCRIPTION Arnd Bergmann
@ 2025-03-12 23:30 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-03-12 23:30 UTC (permalink / raw)
To: Arnd Bergmann
Cc: ast, daniel, andrii, arnd, martin.lau, eddyz87, song,
yonghong.song, john.fastabend, kpsingh, sdf, haoluo, jolsa, bpf,
linux-kernel
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Mon, 10 Mar 2025 14:49:16 +0100 you wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> Modpost complains when extra warnings are enabled:
>
> WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/bpf/preload/bpf_preload.o
>
> Add a description from the Kconfig help text.
>
> [...]
Here is the summary with links:
- bpf: preload: add MODULE_DESCRIPTION
https://git.kernel.org/bpf/bpf-next/c/be741c7b2caf
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-12 23:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 13:49 [PATCH] bpf: preload: add MODULE_DESCRIPTION Arnd Bergmann
2025-03-12 23:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox