blob: 855dbe3eeafa76b318255730d3ee6fd279e80340 [file] [log] [blame]
From: Andrew Morton <akpm@linux-foundation.org>
Subject: samples-livepatch-add-module-descriptions-fix
Date: Sun Apr 6 06:44:58 PM PDT 2025
match the livepatch-callbacks-mod.c description, per Petr
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Easwar Hariharan <eahariha@linux.microsoft.com>
Cc: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Joe Lawrence <joe.lawrence@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Miroslav Benes <mbenes@suse.cz>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Stehen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
samples/livepatch/livepatch-callbacks-busymod.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/samples/livepatch/livepatch-callbacks-busymod.c~samples-livepatch-add-module-descriptions-fix
+++ a/samples/livepatch/livepatch-callbacks-busymod.c
@@ -56,5 +56,5 @@ static void livepatch_callbacks_mod_exit
module_init(livepatch_callbacks_mod_init);
module_exit(livepatch_callbacks_mod_exit);
-MODULE_DESCRIPTION("Live patching demo for (un)patching callbacks");
+MODULE_DESCRIPTION("Live patching demo for (un)patching callbacks, support module");
MODULE_LICENSE("GPL");
_