-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
Description
Discussions about enabling Live patch on arm64 are underway on the Linux mailing list:
- [RFC PATCH v8 0/4] arm64: Reorganize the unwinder and implement stack trace reliability checks: Madhavan T. Venkataraman
- [RFC PATCH 1/1] arm64: implement live patching: Suraj Jitindar Singh
In addition to the above patches, it is said that the following changes are still needed:
- Reworking for making patching safe on arm64.
- Objtool (or alternative method) for stack validation. (Is this also needed by kpatch?)
So Live patch for arm64 is still a little ahead, but I think kpatch will need to support arm64 in the future.
What should I start with if I'm trying to port for arm64?
(Should I ask to reopen the pull-request [#1010] ?)
Thanks