You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rburstei
changed the title
Building as kernel module
Building as kernel module - blocking issues
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.
The text was updated successfully, but these errors were encountered: