Skip to content

Fix MDIS compilation for kernel versions 4.10 to 4.14

Administrator requested to merge harry_fix_task_struct_and_wait_queue_use into jpe-dev

Created by: HarryWaschkeit

Some conditional compilations depended on wrong Linux version preventing MDIS from getting compiled for (at least) 4.10 up to and including 4.14. This covers one include of uaccess.h in mk_intern.h and one wait queue use in oss_sem.c.

Merge request reports