[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250729100457.147981-2-likunyu10@163.com>
Date: Tue, 29 Jul 2025 18:03:52 +0800
From: Li kunyu <likunyu10@....com>
To: joe.lawrence@...hat.com
Cc: jikos@...nel.org,
jpoimboe@...nel.org,
likunyu10@....com,
linux-kernel@...r.kernel.org,
live-patching@...r.kernel.org,
mbenes@...e.cz,
pmladek@...e.com
Subject: [PATCH] kernel/livepatch/core: Fixed the issue of parsing failure caused by symbols carrying '-' generated by the kpatch software
After investigation, it was confirmed that the issue was indeed caused by
the code added to the kpatch software by the community I joined, as stated
in the patch:
1. Add a new code branch to solve the following problem. Due to the parsing
of a certain symbol name, for example, if the symbol name exceeds 128 bytes,
it is pieced together as.klp.sym.xxxx-xxxx,< symbol offset positiIon >.
2. Due to the code added by kpatch not being compatible with the kernel,
issues were raised.
This is a mistake made by the community, they have already fixed kpatch and
custom kernel.
Thanks.
Powered by blists - more mailing lists