zephyr/tests/net/socket
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
..
af_packet cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
getaddrinfo net: getaddrinfo: Fix timeout data type 2020-04-09 16:07:03 +03:00
getnameinfo cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
misc cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
net_mgmt net: mgmt: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
poll timer: remove QEMU_TICKLESS_WORKAROUND 2020-05-14 13:52:07 +02:00
register cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
select timer: remove QEMU_TICKLESS_WORKAROUND 2020-05-14 13:52:07 +02:00
socketpair tests: socket: socketpair: fix userspace thread permissions 2020-05-20 10:34:07 +02:00
tcp cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
udp tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
websocket tests: net: websocket: Remove redundant logging configurations 2020-05-07 14:47:35 +02:00
socket_helpers.h