Skip to content

xtensa: mpu: adding or removing partitions from memory domain of current running thread has no effect #75834

@dcpleung

Description

@dcpleung

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):

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions