zephyr/tests/kernel/mem_protect/userspace
Andrew Boie e9cfc54d00 kernel: remove k_object_access_revoke() as syscall
Forthcoming patches will dual-purpose an object's permission
bitfield as also reference tracking for kernel objects, used to
handle automatic freeing of resources.

We do not want to allow user thread A to revoke thread B's access
to some object O if B is in the middle of an API call using O.

However we do want to allow threads to revoke their own access to
an object, so introduce a new API and syscall for that.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-16 17:32:59 -07:00
..
src kernel: remove k_object_access_revoke() as syscall 2018-05-16 17:32:59 -07:00
CMakeLists.txt tests/kernel/mem_protect/userspace: Add userspace protection tests 2017-11-28 12:29:13 -05:00
prj.conf tests/kernel/mem_protect/userspace: Add userspace protection tests 2017-11-28 12:29:13 -05:00
testcase.yaml tests: kernel: stop relying on path for naming 2018-02-18 09:16:40 -05:00