kernel-strider icon indicating copy to clipboard operation
kernel-strider copied to clipboard

Instrumentation facilities do not work for kernel 3.16-rc2: RO/NX issue

Open euspectre opened this issue 10 years ago • 2 comments

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.

euspectre avatar Apr 05 '15 13:04 euspectre

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.

euspectre avatar Apr 05 '15 13:04 euspectre

Comment #2 originally posted by euspectre on 2014-07-28T08:55:49.000Z:

Fixed in the repository.

euspectre avatar Apr 05 '15 13:04 euspectre