Hey guys,

I've recently re-implemented my kernel security module to use ftrace: https://github.com/cormander/tpe-lkm

I've noticed that when there's another ftrace in place, like from a kpatch module, the instrumentation fails.

Is there a strategy where we can create a function that references a stack of functions that want to ftrace that single address and each function gets called?

Thanks,

--
Corey

_______________________________________________
kpatch mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/kpatch

Reply via email to