livepatch: Fix missing newline character in klp_resolve_symbols()
authorZheng Yejian <zhengyejian1@huawei.com>
Thu, 14 Sep 2023 07:26:44 +0000 (15:26 +0800)
committerPetr Mladek <pmladek@suse.com>
Wed, 20 Sep 2023 09:24:18 +0000 (11:24 +0200)
commit67e18e132f0fd738f8c8cac3aa1420312073f795
tree64f18a7a85b9841bc730076dba3d0a0fedd5d0ba
parentf4ce392b03722b62804909aadbce6ff4f9c50b91
livepatch: Fix missing newline character in klp_resolve_symbols()

Without the newline character, the log may not be printed immediately
after the error occurs.

Fixes: ca376a937486 ("livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols")
Signed-off-by: Zheng Yejian <zhengyejian1@huawei.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20230914072644.4098857-1-zhengyejian1@huawei.com
kernel/livepatch/core.c