zephyr/arch
Andrew Boie 29095ac135 arc: fix off-by-one in _is_in_region()
Similar issue to what was fixed earlier in the MPUv3
code. start + size should be <= r_addr_end. Fixes
a problem where the last byte of an MPU region is
incorrectly reported as out-of-bounds.

Fixes: #15131

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-03 13:48:20 -04:00
..
arc arc: fix off-by-one in _is_in_region() 2019-04-03 13:48:20 -04:00
arm arch: arm: initialize mode variable upon user space enter 2019-04-02 12:05:55 -04:00
common all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
nios2 all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
posix arch: x86: Remove not used fp struct 2019-04-03 12:06:31 -04:00
riscv32 arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
x86 arch: x86: Remove not used fp struct 2019-04-03 12:06:31 -04:00
x86_64 all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
xtensa scripts: Remove unused variables in all Python scripts 2019-03-28 11:06:20 -05:00
CMakeLists.txt Build: Added support for out-of-tree Arch 2019-02-07 17:00:43 -05:00
Kconfig userspace: set default priv stack size to 1024 2019-03-29 22:21:16 -04:00