commit | 61ec0d15d5aef70ce414a4ea9d6493aaf245d312 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Apr 10 10:32:51 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jun 15 04:44:48 2024 -0400 |
tree | 6216fb90d7d120b8d408d2ff45fafaf9b8aa7ce1 | |
parent | 27f4e7fe0c1d31894cb2762b9204821e4fcdf0cf [diff] |
xtensa: mmu: arch_buffer_validate is only for user thread arch_buffer_validate() is only to verify that user threads have access to the memory region. It should not be used to verify if kernel thread has access (which they should anyway). So change the logic. Signed-off-by: Daniel Leung <daniel.leung@intel.com>