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

Building as kernel module - blocking issues #38

Open
rburstei opened this issue Jan 2, 2020 · 0 comments
Open

Building as kernel module - blocking issues #38

rburstei opened this issue Jan 2, 2020 · 0 comments

Comments

@rburstei
Copy link

rburstei commented Jan 2, 2020

Few issues raised from compiling this library as a kernel module (according to the macros in the code, the original authors prepared the code for compiling in kernel).

1. Unicode is unsupported in kernel, all wchar usage should be "macroed" out.
2. All EXPORT_SYMBOL statements should be ended with semicolon.
3. Kernel checkpatch found "3375 errors, 4232 warnings" coding style issues, they should be fixed to let developers to integrate this library code in their kernel modules.

Please fix those issues for full competability with kernel build.

@rburstei rburstei changed the title Building as kernel module Building as kernel module - blocking issues Jan 2, 2020
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

1 participant