From 57651fca016841d990a30ab6865b066e9edf210f Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Mon, 26 Aug 2024 16:43:06 +0800 Subject: [PATCH] doc: releases: update changes about `arch_stack_walk()` Update changes about `arch_stack_walk()` in RISCV, ARM64 & X86. Signed-off-by: Yong Cong Sin Signed-off-by: Yong Cong Sin --- doc/releases/release-notes-4.0.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index e69accac6db..9ce47293b84 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -56,10 +56,19 @@ Architectures * ARM64 + * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only + * RISC-V + * The stack traces upon fatal exception now prints the address of stack pointer (sp) or frame + pointer (fp) depending on the build configuration. + * Xtensa +* x86 + + * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only + Kernel ******