Skip to content

Commit ac3855b

Browse files
committed
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
2 parents 83b3370 + 602bf18 commit ac3855b

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)