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_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
kernel_tls.h
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
timeout_q.h
wait_q.h