euspectre/kedr

Adapt KEDR to the changes in struct module in kernel 4.5

euspectre opened this issue · 2 comments

Commit 7523e4dc5057 in the mainline kernel ("module: use a structure to encapsulate layout") moves module_core, core_text_size, etc., to a separate structure, same for "init".

KEDR uses these fields during the instrumentation, so it should be adapted to these changes.

Fixed by commit 6c26ca4.
The issue should remain open till a new version of KEDR is released that contains the fix.

The fix made it to KEDR 0.6.