Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CrashMonkey to also work with 4.x version kernels. #6

Closed
ashmrtn opened this issue Jul 12, 2017 · 4 comments
Closed

Update CrashMonkey to also work with 4.x version kernels. #6

ashmrtn opened this issue Jul 12, 2017 · 4 comments
Assignees

Comments

@ashmrtn
Copy link
Member

ashmrtn commented Jul 12, 2017

CrashMonkey currently only works with 3.x versions of the Linux kernel. It should be updated to work with 4.x versions of the kernel as well.

@vijay03
Copy link
Member

vijay03 commented Jul 14, 2017

@domingues would you like to work on this as a sort of warm-up project? It should make you familiar with all parts of the codebase.

@ashmrtn
Copy link
Member Author

ashmrtn commented Jul 14, 2017

I believe the main portions of the codebase that you will need to look into for this are the kernel modules. The cow_brd module is a bit cleaner, though a tad more complex. That module is a modification of the brd module inside the Linux kernel. The device_wrapper module is something I threw together and, although it is conceptually simpler, may not be as clear since it was the first kernel module I've made.

@domingues
Copy link
Contributor

@vijay03 Ok!

@domingues
Copy link
Contributor

@ashmrtn could you please review the commit b10f26e, including the makefile?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants