zephyr/tests/kernel/mem_protect
Daniel Leung bb595a85f1 kernel: mem_domain: add/remove partition funcs to return errors
This changes both k_mem_domain_add_partition() and
k_mem_domain_remove_partition() to return errors instead of
asserting when errors are encountered. This gives the application
chance to recover.

The arch_mem_domain_parition_add()/_remove() will be modified
later together with all the other arch_mem_domain_*() changes
since the architecture code for partition addition and removal
functions usually cannot be separately changed.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-11-22 12:45:22 -05:00
..
demand_paging boards: qemu_x86_tiny: enabled for general demand paging testing 2021-08-26 21:16:22 -04:00
futex cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mem_map tests: mem_map: limit memory below 0x10000000 on up_squared. 2021-09-16 09:32:36 -04:00
mem_protect kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
obj_validation cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
protection cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
stack_random subsys/random: change parameters for timer-based PRNG 2021-08-30 09:32:36 -04:00
stackprot cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sys_sem cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
syscalls cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
userspace kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00