Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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()

+1 -1
+1 -1
kernel/livepatch/core.c
··· 243 243 * symbols are exported and normal relas can be used instead. 244 244 */ 245 245 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", 247 247 sym_name); 248 248 return -EINVAL; 249 249 }