Bug 11595 - Reorganize arm64 Livepatch code layout
Summary: Reorganize arm64 Livepatch code layout
Status: CLOSED FIXED
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: ARM (show other bugs) ARM
Version: unspecified
Hardware: aarch64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: fghui_kernel
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-31 18:56 UTC by justinhe
Modified: 2024-12-02 18:21 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description justinhe 2024-10-31 18:56:21 UTC
Description of problem:
Livepatch on Arm is an on-going item while hyperscalers like Alibaba are eager to have. We managed to backport upstream proposals to ANCK 6.6 branch.

Now kernel upstream merged a changeset for livepatch on LoongArch, and this changeset has conflicts with our PR. So we need to do some trade-off

In the PR, we will:
-restore all of the changes for x86, and restore most of the changes for generic
-revert partial patches of arm64 livepatch support

Version-Release number of selected component (if applicable):

devel-6.6
How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2024-11-04 16:33:34 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4069
Comment 2 justinhe 2024-12-02 18:20:44 UTC
PR merged