zephyr/doc/kernel/usermode
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
..
kernelobjects.rst kernel: remove k_object_access_revoke() as syscall 2018-05-16 17:32:59 -07:00
memory_domain.rst doc: memory_domain: Update memory domain API's documentation 2018-02-07 08:36:18 -05:00
mpu_stack_objects.rst doc: kernel: usermode: Add MPU stack and userspace documentation 2018-02-13 12:42:37 -08:00
mpu_userspace.rst doc: fix misspellings in docs 2018-02-22 15:28:20 -05:00
syscalls.rst doc: fix misspellings in doc and Kconfig files 2018-05-09 15:06:43 -05:00
usermode.rst doc: kernel: usermode: Add MPU stack and userspace documentation 2018-02-13 12:42:37 -08:00