zephyr/doc/kernel/usermode
Leandro Pereira c200367b68 drivers: Perform a runtime check if a driver is capable of an operation
Driver APIs might not implement all operations, making it possible for
a user thread to get the kernel to execute a function at 0x00000000.

Perform runtime checks in all the driver handlers, checking if they're
capable of performing the requested operation.

Fixes #6907.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-04-26 02:57:12 +05:30
..
kernelobjects.rst doc: fix ReST heading underlines 2018-02-01 19:33:39 -08: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 drivers: Perform a runtime check if a driver is capable of an operation 2018-04-26 02:57:12 +05:30
usermode.rst doc: kernel: usermode: Add MPU stack and userspace documentation 2018-02-13 12:42:37 -08:00