zephyr/arch
Enjia Mai d9206aa29b arch: arm: userspace: fix the incorrect ssf under bad syscall
The parameter ssf of the handler_bad_syscall got null pointer
due to that the R1 does not push into the stack in a right
order on cortex-M0. Adjust the pushing order of stack to make
the ssf being passed correctly.

Fixes #50146.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-09-19 09:17:26 +02:00
..
arc arch: arc: Rename ARC64 output format to `elf64-littlearc64` 2022-08-29 16:57:18 +02:00
arm arch: arm: userspace: fix the incorrect ssf under bad syscall 2022-09-19 09:17:26 +02:00
arm64 arch: arm64: fix the wrong way to send ipi interrupt 2022-09-09 16:36:37 +00:00
common cmake: Add support to add symbols to nocache section 2022-08-29 11:19:48 +02:00
mips include: types: remove ulong_t 2022-09-06 18:16:33 +02:00
nios2 arch: comply to coding guidelines MISRA C:2012 Rule 14.4 2022-07-20 09:28:38 -05:00
posix arch/posix: Fix main() renaming trickery 2022-09-15 16:23:11 +00:00
riscv arch: riscv: core: Place vectors section through zephyr_linker_sources() 2022-09-08 10:39:31 +02:00
sparc SPARC: reduce z_thread_entry_wrapper 2022-08-03 12:05:49 +02:00
x86 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
xtensa xtensa: use lower-case hex in backtrace output 2022-09-09 14:09:33 -05:00
CMakeLists.txt
Kconfig arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00