This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
Investigate ftrace and live patching #256
Labels
testing
Something related to how we test this project
A question from today's Linux Plumbers Conference session: do things like ftrace and kgraft work properly? Do they work properly in a GCC-compiled host kernel (i.e., LLVM for Rust and GCC for C)?
I think they do, because I think this support just uses
__fentry__
which both LLVM and GCC implement (I think) in the same way, but we should test it.The text was updated successfully, but these errors were encountered: