You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adding or removing partitions from the memory domain of the currently running thread has no effect. The memory regions cannot be access (for additions), or can still be accessed (for removal) after calling k_mem_domain_add_partition() or k_mem_domain_remove_partition().
Expected behavior
Memory of newly added partition can be accessed.
Memory of recently removed partition cannot be accessed.
Impact
Annoyance ... for now.
Environment (please complete the following information):