-
Notifications
You must be signed in to change notification settings - Fork 52
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
aarch64/4.4.y: implicit declaration of function ‘csum_ipv6_magic’ #63
base: master
Are you sure you want to change the base?
Conversation
Unfortunately the first commit breaks the build with 3.10.y/3.14.y, so I've added a hack (second commit) to add the extra header only with 4.0.0+. I know this is not the right solution but I'm not a C coder and it's good enough for my needs. Hopefully you might know a better solution (happy to help test/update this PR if you think of anything). This is the build error with 3.14.29 without the second commit:
|
OK the above is complete crap as my testing was incomplete - now trying to come up with a solution that allows this driver to build for 3.10.y (arm), 3.14.y (arm), 4.4.y (aarch64) and 4.17.y (arm, x86_64). Sigh (the error in my second comment isn't due to the first commit as I thought). |
I've dropped the second commit as not required. |
When building with aarch64 (kernel 4.4.y), the following error occurs:
This PR fixes this issue.