zephyr/kernel/include
Daniel Leung a7dccc4475 kernel: mmu: mitigate range check overflow issue
It is possible that address + size will overflow the available
address space and the pointer wraps around back to zero. Some
of these have been fixed in previous commits. This fixes
the remaining ones with regard to Z_PHYS_RAM_START/_END,
and Z_VIRT_RAM_START/_END.

Fixes #65542

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-12-20 11:37:17 -05:00
..
gen_offset.h kernel: migrate includes to <zephyr/...> 2022-05-09 09:26:20 +02:00
kernel_arch_interface.h doc: fixed already renamed _Cstart to z_cstart 2023-11-30 21:01:47 -05:00
kernel_internal.h kernel: random: Rename early random get function 2023-10-13 10:03:53 +03:00
kernel_offsets.h device: make device dependencies optional 2023-06-21 09:32:05 +02:00
kernel_tls.h kernel: migrate includes to <zephyr/...> 2022-05-09 09:26:20 +02:00
ksched.h kernel: move z_is_thread_essential out of public kernel header 2023-09-30 18:43:28 +02:00
kswap.h kernel: Introduce a way to specify minimum system heap size 2023-12-20 11:01:42 +01:00
mmu.h kernel: mmu: mitigate range check overflow issue 2023-12-20 11:37:17 -05:00
offsets_short.h kernel: Remove unused derived offset symbols 2023-02-22 16:01:32 +01:00
timeout_q.h kernel: move timeout_q.h to kernel/include 2023-09-12 12:55:36 -04:00
wait_q.h kernel: move sched_priq.h to internal/ folder 2023-09-30 18:43:28 +02:00