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

Compile failure against kernel 5.0.3 #72

Open
dbrazziel opened this issue Mar 25, 2019 · 2 comments
Open

Compile failure against kernel 5.0.3 #72

dbrazziel opened this issue Mar 25, 2019 · 2 comments

Comments

@dbrazziel
Copy link

Fedora 64-bit kernel updated today and to V5.0.3-200.fc29.x86_64. When compiling against that source the following error occurred:

CC [M] /usr/src/rtl8192du/os_dep/rtw_android.o
/usr/src/rtl8192du/os_dep/rtw_android.c: In function ‘rtw_android_priv_cmd’:
/usr/src/rtl8192du/os_dep/rtw_android.c:387:62: error: macro "access_ok" passed 3 arguments, but takes just 2
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
^
/usr/src/rtl8192du/os_dep/rtw_android.c:387:7: error: ‘access_ok’ undeclared (first use in this function)
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
^~~~~~~~~
/usr/src/rtl8192du/os_dep/rtw_android.c:387:7: note: each undeclared identifier is reported only once for each function it appears in
distcc[4953] ERROR: compile /usr/src/rtl8192du/os_dep/rtw_android.c on localhost failed
make[2]: *** [scripts/Makefile.build:277: /usr/src/rtl8192du/os_dep/rtw_android.o] Error 1
make[1]: *** [Makefile:1557: module/usr/src/rtl8192du] Error 2

@lwfinger
Copy link
Owner

That problem had been fixed, but there was a problem in the merging. I think that is now fixed. Please pull again.

@dbrazziel
Copy link
Author

dbrazziel commented Mar 25, 2019 via email

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

2 participants