This repository was archived by the owner on Mar 7, 2021. It is now read-only.
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Investigate ftrace and live patching #256
Open
Description
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.