Skip to content
Commit 555408d4 authored by Maksim Masalski's avatar Maksim Masalski Committed by Maureen Helm
Browse files

tests: access kernel object with private data using system call



When defining system calls, it is very important to ensure that
access to the API’s private data is done exclusively through system
call interfaces. Private kernel data should never be made available
to user mode threads directly. For example, the k_queue APIs were
intentionally not made available as they store bookkeeping
information about the queue directly in the queue buffers which are
visible from user mode.

Signed-off-by: default avatarMaksim Masalski <maksim.masalski@intel.com>
parent 5e3d5428
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment