You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instrumentation facilities do not work for kernel 3.16-rc2 because the code of
a kernel module now becomes read-only earlier (if
CONFIG_DEBUG_SET_MODULE_RONX=y).
That is, earlier than the notifier is called and the instrumentation starts.
Here is the commit:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=49822
23e51e8ea9d09bb33c8323b5ec1877b2b51
We need to either do the instrumentation earlier (see how Ftrace got around
this) or remove RO before and restore it after instrumentation if needed.
Original issue reported on code.google.com by [email protected] on 25 Jun 2014 at 9:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Jun 2014 at 9:39The text was updated successfully, but these errors were encountered: