Bug 7619 - livepatch: Fix missing newline character in klp_resolve_symbols()
Summary: livepatch: Fix missing newline character in klp_resolve_symbols()
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: general/others (show other bugs) general/others
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-24 09:55 UTC by zhujun
Modified: 2023-11-24 10:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhujun cmss_group 2023-11-24 09:55:41 UTC
Without the newline character, the log may not be printed immediately
after the error occurs.

Additional info:

社区有patch已经解决
livepatch: Fix missing newline character in klp_resolve_symbols()

commit 05de1536d0523da4248b5d0926b45b4c4b2f3da3

Reference:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.10.y&id=05de1536d0523da4248b5d0926b45b4c4b2f3da3

git cherry-pick -s 05de1536(with stable-v5.10.201 repo added)
Comment 1 小龙 admin 2023-11-24 10:00:22 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2456