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
CrashMonkey has currently been tested on kernels 3.13 and 4.4. We would now like to update it to also support 4.12 kernels.
A good place to start looking for what to modify is to review #14. This PR ported CrashMonkey to 4.4 kernels and should help direct you towards code modifications that may need to be made. You should also look at the differences between the bio structures in the 4.4 and 4.12 Linux kernels to determine if the 4.12 kernel port actually requires major changes to the code. I believe that all changes will be in either the kernels modules (cow_brd.c and disk_wrapper.c) or the C only utils file (utils_c.c).
No description provided.
The text was updated successfully, but these errors were encountered: