kernel-strider
kernel-strider copied to clipboard
Instrumentation facilities do not work for kernel 3.16-rc2: RO/NX issue
Original issue 3 created by euspectre on 2014-06-25T09:40:48.000Z:
Same issue as http://code.google.com/p/kedr/issues/detail?id=18, it affects KernelStrider too.
Comment #1 originally posted by euspectre on 2014-07-25T12:30:28.000Z:
Well, I fixed that issue but another one arose from the same upstream commit: the notifiers for MODULE_STATE_COMING are now called earlier than the information about the sections is processes and saved in struct module and in sysfs.
As KernelStrider needs the addresses of the sections of the target modules, we must resolve this somehow.