Forum Discussion
Ankit_P_Intel
New Contributor
5 years agoI am using SOF file which came with SW package. I am running install command as root user.
the problem was that recent version of kernels uses different arguments for access_ok function.
- access_ok(type, addr, size)
+ access_ok(addr, size)
i made these changes in driver files supplied with the SW package, and i was able to compile the driver. However when running test application DMA tests (option 9) failed; and performing link test-100 rds/wrs (option 0 ) hung/crashed my system. can you help ?
thanks