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

Port to 5.1.5 #129

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

dflemstr
Copy link

Not sure that these changes are fully idiomatic but the resulting module seems to work, at least.

genodeftest and others added 6 commits August 21, 2017 18:00
cfg80211.h was changed in 818a986e4ebacea2020622e48c8bc04b7f500d89
include/linux/netdevice.h was changed in cf124db566e6b036b8bcbe8decbed740bdfac8c6
Thanks to CONFIG_FORTIFY_SOURCE, the compiler refused to compile this buggy code.
See https://outflux.net/blog/archives/2017/09/05/security-things-in-linux-v4-13/
for details why this issue hasn't been noticed before kernel 4.13.

Fixes jurobystricky#81.
Old timer API has been removed and replaced with new one that does not
allow passing arbitrary data within the timer callback. These changes
modify the driver so that it can be compiled again. It seems to work.
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.

3 participants