This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 8f45ffb1c79 syscall: add missing memory locking and clock_getres
entries
new 8aa02a23623 arch/x86_64: restore the kernel stack when a signal
handler returns
new 7c43502613c arch/x86_64: run the signal trampoline on the thread
kernel stack
new 7815a905af3 arch/x86_64: align the user signal frame and skip the ABI
red zone
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/x86_64/src/common/x86_64_syscall.c | 43 +++++++++++++++++-----
.../x86_64/src/intel64/intel64_schedulesigaction.c | 21 ++++++++++-
2 files changed, 53 insertions(+), 11 deletions(-)