zephyr/tests/net/socket/socketpair
Christopher Friedt ecf32b6eca tests: socket: socketpair: fix userspace thread permissions
Kernel objects were being directly accessed without previously
calling k_thread_access_grant().

This change allows each test that requires an asynchronous
event to send it to a common work queue with correct
permissions.

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2020-05-20 10:34:07 +02:00
..
src tests: socket: socketpair: fix userspace thread permissions 2020-05-20 10:34:07 +02:00
CMakeLists.txt
prj.conf tests: socket: socketpair: fix userspace thread permissions 2020-05-20 10:34:07 +02:00
testcase.yaml