Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update s390 kernel prerequisite
Signed-off-by: Sumanth Korikkar <[email protected]>
- Loading branch information
324a437
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like d81675b60d09 "s390/unwind: recover kretprobe modified return address in stacktrace" is also required for a clean cherry-pick of ded466e18066 "s390/unwind: fix fgraph return address recovery".
At any rate, I've had success with using kpatch with all commits above prior to including any s390/unwind patches (with UBSAN disabled, as discussed in #1328). Is this preventing particular kpatch functionality?
324a437
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @john-cabaj : missing d81675b60d09 ("s390/unwind: recover kretprobe modified return address in stacktrace") can cause livepatch transition problems when ftrace graph tracing is in effect. See SUSE/qa_test_klp#17 for a test case. AFAIK there is nothing kpatch specific about that commit, but it is similarly affected since it's leveraging kernel livepatch.
324a437
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@john-cabaj ,agree to what Joe mentioned, Would be essential for live patch transitions. Thanks