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

Fixes for 4.15+ kernels #6

Merged
merged 5 commits into from
Sep 18, 2018
Merged

Conversation

jsuann
Copy link
Contributor

@jsuann jsuann commented Sep 17, 2018

Been meaning to create a PR for these fixes, better late than never! Addresses issues such as in #5, and still works for me on 4.18.

jsuann added 5 commits April 15, 2018 21:55
Kernel memcpy checks detected an issue with the use of &addr. The
memcpy was incorrect: &addr should be addr. This error seems to be the
result of addr being changed from an array to a pointer at some stage,
since &addr and addr are the same value if the type is an array.
Compilation complains about the license not being set. Comments in
code indicate GPL, so added a declaration for that. Probably should be
in a more appropriate location, but this works for now.
@mareksuscak
Copy link
Owner

Thank you for the contribution. This is much appreciated. I'll review and merge at my earliest convenience. I'll make sure to add a contributors section and include your name as well. Thanks again!

@mareksuscak mareksuscak merged commit 38e8f7e into mareksuscak:master Sep 18, 2018
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

Successfully merging this pull request may close these issues.

2 participants