Skip to content

Commit 00657bb

Browse files
committed
Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
Pull livepatching update from Petr Mladek: - Add missing newline character to avoid waiting for a continuous message * tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching: livepatch: Fix missing newline character in klp_resolve_symbols()
2 parents 9a719c2 + 67e18e1 commit 00657bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/livepatch/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ static int klp_resolve_symbols(Elf_Shdr *sechdrs, const char *strtab,
243243
* symbols are exported and normal relas can be used instead.
244244
*/
245245
if (!sec_vmlinux && sym_vmlinux) {
246-
pr_err("invalid access to vmlinux symbol '%s' from module-specific livepatch relocation section",
246+
pr_err("invalid access to vmlinux symbol '%s' from module-specific livepatch relocation section\n",
247247
sym_name);
248248
return -EINVAL;
249249
}

0 commit comments

Comments
 (0)